feat(neovim): use telescope fzy-native extension

This commit is contained in:
Felix Schröter 2022-05-27 01:45:12 +02:00
parent b1039c9a2b
commit a5cf249c43
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@ in {
editorconfig-nvim editorconfig-nvim
direnv-vim direnv-vim
telescope-nvim telescope-nvim
telescope-fzy-native-nvim
lualine-nvim lualine-nvim
nvim-tree-lua nvim-tree-lua
toggleterm-nvim toggleterm-nvim

View file

@ -1,3 +1,6 @@
require("telescope").setup()
require("telescope").load_extension("fzy_native")
local wk = require("which-key") local wk = require("which-key")
wk.register({ wk.register({