diff --git a/home/neovim.nix b/home/neovim.nix index 9583c30..f312ab3 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -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