remove accidental surround binding changes
This commit is contained in:
parent
36daa01c6d
commit
d0e33bdbd4
1 changed files with 0 additions and 6 deletions
|
@ -1,10 +1,4 @@
|
||||||
return {
|
return {
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
init = function()
|
|
||||||
local map = require('utils').set_keymap
|
|
||||||
vim.g.surround_no_mappings = true
|
|
||||||
|
|
||||||
map('n', 'ds', '<Plug>Dsurround', { desc = 'Surrounding' })
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue