mirror of
https://github.com/zoriya/flake.git
synced 2026-06-07 04:16:21 +00:00
Eagerly load fzf-native
This commit is contained in:
+1
-2
@@ -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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.cmd.packadd("telescope-fzf-native.nvim")
|
|
||||||
telescope.load_extension("fzf")
|
telescope.load_extension("fzf")
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user