feat(nvim): Enable telescope extensions
This commit is contained in:
parent
a51ecec28b
commit
c1afc70cd9
1 changed files with 7 additions and 1 deletions
|
@ -153,7 +153,13 @@
|
|||
};
|
||||
};
|
||||
rustaceanvim.enable = true;
|
||||
telescope.enable = true;
|
||||
telescope = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
ui-select.enable = true;
|
||||
fzy-native.enable = true;
|
||||
};
|
||||
};
|
||||
treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
|
|
Loading…
Reference in a new issue