add toggleterm
This commit is contained in:
parent
3025004d61
commit
f207404efc
2 changed files with 14 additions and 5 deletions
11
lua/custom/plugins/toggleterm.lua
Normal file
11
lua/custom/plugins/toggleterm.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = '*',
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require('toggleterm').setup {
|
||||
open_mapping = [[<c-\>]],
|
||||
direction = 'float',
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue