switch to nvim-surround

Switch from tpope/surround
This commit is contained in:
Jidbo 2022-07-16 14:33:59 +02:00 committed by saibotk
parent 097b451824
commit 42da1305d4
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 5 additions and 1 deletions

View file

@ -66,3 +66,7 @@ vim.api.nvim_set_var('goyo_width', 120)
-- COLORS.LUA SETUP -- COLORS.LUA SETUP
-- ========================= -- =========================
require('colorizer').setup() require('colorizer').setup()
-- nvim surround
require("nvim-surround").setup()

View file

@ -8,7 +8,7 @@ vim.call('plug#begin', '~/.config/nvim/bundle')
Plug 'editorconfig/editorconfig-vim' Plug 'editorconfig/editorconfig-vim'
-- brackets management -- brackets management
Plug 'tpope/vim-surround' Plug 'kylechui/nvim-surround'
-- shift and tab setup -- shift and tab setup
Plug 'tpope/vim-sleuth' Plug 'tpope/vim-sleuth'