switch to nvim-surround
Switch from tpope/surround
This commit is contained in:
parent
097b451824
commit
42da1305d4
2 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue