mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
Missed in previous commit
This commit is contained in:
parent
a28a838c06
commit
bf3d4b31a6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ telescope.setup {
|
|||
}
|
||||
|
||||
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
|
||||
table.insert(extensions, "media_files")
|
||||
|
|
Loading…
Reference in a new issue