remove accidental surround binding changes

This commit is contained in:
wires 2025-03-10 11:39:28 -04:00
parent 36daa01c6d
commit d0e33bdbd4
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -1,10 +1,4 @@
return {
'tpope/vim-surround',
lazy = false,
init = function()
local map = require('utils').set_keymap
vim.g.surround_no_mappings = true
map('n', 'ds', '<Plug>Dsurround', { desc = 'Surrounding' })
end,
}