fixed surround

This commit is contained in:
GuillermoOM 2025-03-25 13:54:22 -07:00
parent 0b6693a3c3
commit 146a6baa30
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
return {
'Dan7h3x/neaterm.nvim',
branch = 'stable',
event = 'VeryLazy',
opts = {
keymaps = {
toggle = '<leader>tt',
},
},
dependencies = {
'nvim-lua/plenary.nvim',
'ibhagwan/fzf-lua',
},
}