feat(neovim): use telescope fzy-native extension
This commit is contained in:
parent
b1039c9a2b
commit
a5cf249c43
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
require("telescope").setup()
|
||||
require("telescope").load_extension("fzy_native")
|
||||
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.register({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue