diff --git a/home-manager/modules/neovim.nix b/home-manager/modules/neovim.nix index 741a5d9..962f730 100644 --- a/home-manager/modules/neovim.nix +++ b/home-manager/modules/neovim.nix @@ -76,6 +76,9 @@ # indentation lines indent-blankline-nvim + + # Add/change surrounding characters + nvim-surround ]; extraConfig = '' @@ -177,6 +180,7 @@ nnoremap fg Telescope live_grep lua << EOF + require("nvim-surround").setup({}) require("ibl").setup{ indent = { char = "▏" }; }