feat(neovim): use telescope fzy-native extension
This commit is contained in:
parent
b1039c9a2b
commit
a5cf249c43
|
@ -18,6 +18,7 @@ in {
|
|||
editorconfig-nvim
|
||||
direnv-vim
|
||||
telescope-nvim
|
||||
telescope-fzy-native-nvim
|
||||
lualine-nvim
|
||||
nvim-tree-lua
|
||||
toggleterm-nvim
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
require("telescope").setup()
|
||||
require("telescope").load_extension("fzy_native")
|
||||
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.register({
|
||||
|
|
Loading…
Reference in a new issue