Missed in previous commit
This commit is contained in:
parent
a28a838c06
commit
bf3d4b31a6
|
@ -66,7 +66,7 @@ telescope.setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
local extensions = { "themes", "terms", "fzf" }
|
local extensions = { "themes", "terms", "fzf" }
|
||||||
local packer_repos = [["core", "telescope-fzf-native.nvim"]]
|
local packer_repos = [["extensions", "telescope-fzf-native.nvim"]]
|
||||||
|
|
||||||
if vim.fn.executable "ueberzug" == 1 then
|
if vim.fn.executable "ueberzug" == 1 then
|
||||||
table.insert(extensions, "media_files")
|
table.insert(extensions, "media_files")
|
||||||
|
|
Loading…
Reference in New Issue