fixed surround
This commit is contained in:
parent
0b6693a3c3
commit
146a6baa30
3 changed files with 17 additions and 0 deletions
14
lua/custom/plugins/neaterm.lua
Normal file
14
lua/custom/plugins/neaterm.lua
Normal 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',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue