Nixvim's updates, switch back to catppuccin and telescope
This commit is contained in:
parent
a78efc6788
commit
6790e3ac3b
4 changed files with 33 additions and 17 deletions
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
programs.nixvim.plugins.telescope = {
|
||||
enable = true;
|
||||
keymaps = {
|
||||
"<leader>ff" = "find_files";
|
||||
"<leader>bb" = "buffers";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue