mirror of
https://github.com/zoriya/flake.git
synced 2026-05-23 15:18:57 +00:00
Eagerly load fzf-native
This commit is contained in:
+1
-2
@@ -27,12 +27,11 @@ in
|
||||
catppuccin-nvim
|
||||
nvim-treesitter.withAllGrammars
|
||||
oil-nvim
|
||||
plenary-nvim
|
||||
mini-nvim
|
||||
telescope-fzf-native-nvim
|
||||
];
|
||||
opts = [
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@ return {
|
||||
},
|
||||
})
|
||||
|
||||
vim.cmd.packadd("telescope-fzf-native.nvim")
|
||||
telescope.load_extension("fzf")
|
||||
end
|
||||
},
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
"/ftdetect"
|
||||
# plenary.nvim
|
||||
"/data/plenary/filetypes"
|
||||
# telescope fzf
|
||||
"/build"
|
||||
];
|
||||
|
||||
# Every plugin has its own generated help tags (doc/tags)
|
||||
|
||||
Reference in New Issue
Block a user