diff --git a/home/editors/neovim/default.nix b/home/editors/neovim/default.nix index 24ba25c..0ef4801 100644 --- a/home/editors/neovim/default.nix +++ b/home/editors/neovim/default.nix @@ -18,6 +18,7 @@ in { editorconfig-nvim direnv-vim telescope-nvim + telescope-fzy-native-nvim lualine-nvim nvim-tree-lua toggleterm-nvim diff --git a/home/editors/neovim/telescope.lua b/home/editors/neovim/telescope.lua index 1ec5689..c30cea5 100644 --- a/home/editors/neovim/telescope.lua +++ b/home/editors/neovim/telescope.lua @@ -1,3 +1,6 @@ +require("telescope").setup() +require("telescope").load_extension("fzy_native") + local wk = require("which-key") wk.register({