mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-14 08:58:30 +02:00
neovim: Add nvim-surround
This classic plugin makes refactoring in languages that use curly braces much easier.
This commit is contained in:
@ -543,6 +543,13 @@ in
|
||||
require('nvim-ts-autotag').setup()
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = nvim-surround;
|
||||
type = "lua";
|
||||
config = /* lua */ ''
|
||||
require('nvim-surround').setup()
|
||||
'';
|
||||
}
|
||||
cosco-vim
|
||||
fzf-vim
|
||||
vim-caddyfile
|
||||
|
Reference in New Issue
Block a user