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