mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-05 18:45:37 +02:00
Refactor Plugins
This commit is contained in:
parent
b3f3fc70f0
commit
78dc0868c7
8 changed files with 57 additions and 150 deletions
10
lua/custom/plugins/nvterm.lua
Normal file
10
lua/custom/plugins/nvterm.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
'NvChad/nvterm',
|
||||
config = function()
|
||||
require('nvterm').setup()
|
||||
|
||||
vim.keymap.set('n', '<leader>tt', function()
|
||||
require('nvterm.terminal').toggle 'horizontal'
|
||||
end, { desc = '[T]oggle [T]erminal' })
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue