mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
neovim: Add nvim-surround
This classic plugin makes refactoring in languages that use curly braces much easier.
This commit is contained in:
parent
328a912148
commit
7fde54fa58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user