disable all surround things
This commit is contained in:
parent
a417de5776
commit
c24dee661d
|
@ -198,6 +198,7 @@ return {
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
{
|
{
|
||||||
'echasnovski/mini.surround',
|
'echasnovski/mini.surround',
|
||||||
|
enabled = false,
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
keys = function(_, keys)
|
keys = function(_, keys)
|
||||||
-- Populate the keys based on the user's options
|
-- Populate the keys based on the user's options
|
||||||
|
|
|
@ -2,7 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
-- I dont get how this stuff works
|
-- I dont get how this stuff works
|
||||||
'machakann/vim-sandwich',
|
'machakann/vim-sandwich',
|
||||||
enabled = true,
|
enabled = false,
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
keys = {
|
keys = {
|
||||||
-- See https://github.com/machakann/vim-sandwich/blob/master/macros/sandwich/keymap/surround.vim
|
-- See https://github.com/machakann/vim-sandwich/blob/master/macros/sandwich/keymap/surround.vim
|
||||||
|
|
Loading…
Reference in New Issue