1
0
Fork 0
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:
Henrik Hautakoski 2025-12-06 10:45:15 +01:00
parent ef6b947bcb
commit 59dfdb86d4

View file

@ -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' },