home-manager/programs/editors/neovim: add nvim-surround
This commit is contained in:
parent
b5986f0c33
commit
1e3d9b2f75
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
theme = lib.mkDefault {
|
||||
enable = true;
|
||||
name = "catppuccin";
|
||||
|
@ -155,6 +156,7 @@
|
|||
|
||||
utility = {
|
||||
vim-wakatime.enable = true;
|
||||
surround.enable = true;
|
||||
};
|
||||
|
||||
lsp = {
|
||||
|
|
Loading…
Reference in a new issue