From 8d6ff41c41cbdf3266fe368a2e86cbb72b478dab Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 25 Apr 2025 22:55:35 +0100 Subject: [PATCH] nvim: enable surround plugin --- users/jordan/neovim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/jordan/neovim.nix b/users/jordan/neovim.nix index 8cb0f72..f7c52f0 100644 --- a/users/jordan/neovim.nix +++ b/users/jordan/neovim.nix @@ -113,6 +113,8 @@ plugins.undotree.enable = true; + plugins.vim-surround.enable = true; + plugins.web-devicons.enable = true; # plugins.gitsigns.enable = true; @@ -125,7 +127,6 @@ # plugins.nvim-tree.enable = true; # plugins.oil.enable = true; # plugins.project-nvim.enable = true; - # plugins.surround.enable = true; }; home.sessionVariables.EDITOR = "nvim";