neovim: Add nvim-surround

This classic plugin makes refactoring in languages that use curly braces
much easier.
This commit is contained in:
Donovan Glover 2023-12-20 18:19:10 -05:00
parent 328a912148
commit 7fde54fa58
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -543,6 +543,13 @@ in
require('nvim-ts-autotag').setup() require('nvim-ts-autotag').setup()
''; '';
} }
{
plugin = nvim-surround;
type = "lua";
config = /* lua */ ''
require('nvim-surround').setup()
'';
}
cosco-vim cosco-vim
fzf-vim fzf-vim
vim-caddyfile vim-caddyfile