feat(nixvim): use telescope in more places using dressing.nvim
This commit is contained in:
parent
235d48135c
commit
409b192997
1 changed files with 4 additions and 0 deletions
|
|
@ -75,4 +75,8 @@
|
|||
pkgs.vimPlugins.sqlite-lua
|
||||
];
|
||||
extraConfigLua = (builtins.readFile ./extra_config.lua);
|
||||
# use telescope in more places
|
||||
plugins.dressing = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue