diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index eded771..979f520 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -18,6 +18,14 @@ let vp = pkgs.vimPlugins; in { # vp.cmp-nvim-lsp # vp.nvim-lspconfig + { + plugin = vp.nvim-surround; + type = "lua"; + config = '' + require("nvim-surround").setup({}) + ''; + } + vp.telescope-fzf-native-nvim { plugin = vp.telescope-nvim;