neovim: Added nvim-surround plugin
This commit is contained in:
parent
9ce4b859c7
commit
8f8615eeae
1 changed files with 4 additions and 0 deletions
|
@ -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 = "▏" };
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue