kickstart.nvim/lua/custom/plugins/neaterm.lua

15 lines
225 B
Lua

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