Big commit biiiig commit
This commit is contained in:
parent
5887fc58e2
commit
0ed010f399
18 changed files with 815 additions and 380 deletions
21
lua/custom/plugins/toggleterm.lua
Normal file
21
lua/custom/plugins/toggleterm.lua
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
return {
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = '*',
|
||||
config = true,
|
||||
keys = {
|
||||
{
|
||||
'<leader>to',
|
||||
'<Cmd>ToggleTerm<CR>',
|
||||
desc = '[O]pen a horizontal terminal',
|
||||
},
|
||||
{
|
||||
'<A-i>',
|
||||
'<Cmd>ToggleTermToggle<CR>',
|
||||
},
|
||||
{
|
||||
'<leader>tt',
|
||||
'<Cmd>ToggleTermToggle<CR>',
|
||||
desc = '[T]oggle terminals',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue