home-manager/programs/editors/neovim: add nvim-surround

This commit is contained in:
Anthony Rodriguez 2024-12-30 23:44:24 +01:00
parent b5986f0c33
commit 1e3d9b2f75
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -37,6 +37,7 @@
};
};
};
theme = lib.mkDefault {
enable = true;
name = "catppuccin";
@ -155,6 +156,7 @@
utility = {
vim-wakatime.enable = true;
surround.enable = true;
};
lsp = {