mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +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()
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user