neovim: Added nvim-surround plugin

This commit is contained in:
fleaz 2025-03-12 19:33:42 +01:00
parent 9ce4b859c7
commit 8f8615eeae

View file

@ -76,6 +76,9 @@
# indentation lines
indent-blankline-nvim
# Add/change surrounding characters
nvim-surround
];
extraConfig = ''
@ -177,6 +180,7 @@
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
lua << EOF
require("nvim-surround").setup({})
require("ibl").setup{
indent = { char = "" };
}