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 {
|
theme = lib.mkDefault {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "catppuccin";
|
name = "catppuccin";
|
||||||
|
@ -155,6 +156,7 @@
|
||||||
|
|
||||||
utility = {
|
utility = {
|
||||||
vim-wakatime.enable = true;
|
vim-wakatime.enable = true;
|
||||||
|
surround.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
Loading…
Reference in a new issue