mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/editor.lua: add nvim-surround
This commit is contained in:
parent
ef6b947bcb
commit
59dfdb86d4
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ return {
|
|||
-- Better text objects.
|
||||
{ 'echasnovski/mini.ai', version = '*', opts = {}},
|
||||
|
||||
-- Surround actions
|
||||
{ "kylechui/nvim-surround", version = "^3.0.0", event = "VeryLazy", opts = {} },
|
||||
|
||||
-- I use this for crc,crs,crm (etc) binds to change between cases.
|
||||
{ 'tpope/vim-abolish' },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue