Eagerly load fzf-native

This commit is contained in:
2024-12-25 23:58:43 +01:00
parent 5e2d4a61d4
commit a71985fcc9
3 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -27,12 +27,11 @@ in
catppuccin-nvim catppuccin-nvim
nvim-treesitter.withAllGrammars nvim-treesitter.withAllGrammars
oil-nvim oil-nvim
plenary-nvim
mini-nvim mini-nvim
telescope-fzf-native-nvim
]; ];
opts = [ opts = [
telescope-nvim telescope-nvim
telescope-fzf-native-nvim
]; ];
}; };
-1
View File
@@ -42,7 +42,6 @@ return {
}, },
}) })
vim.cmd.packadd("telescope-fzf-native.nvim")
telescope.load_extension("fzf") telescope.load_extension("fzf")
end end
}, },
+2
View File
@@ -28,6 +28,8 @@
"/ftdetect" "/ftdetect"
# plenary.nvim # plenary.nvim
"/data/plenary/filetypes" "/data/plenary/filetypes"
# telescope fzf
"/build"
]; ];
# Every plugin has its own generated help tags (doc/tags) # Every plugin has its own generated help tags (doc/tags)