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
|
# indentation lines
|
||||||
indent-blankline-nvim
|
indent-blankline-nvim
|
||||||
|
|
||||||
|
# Add/change surrounding characters
|
||||||
|
nvim-surround
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -177,6 +180,7 @@
|
||||||
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
||||||
|
|
||||||
lua << EOF
|
lua << EOF
|
||||||
|
require("nvim-surround").setup({})
|
||||||
require("ibl").setup{
|
require("ibl").setup{
|
||||||
indent = { char = "▏" };
|
indent = { char = "▏" };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue