add toggleterm
parent
3025004d61
commit
f207404efc
@ -0,0 +1,11 @@
|
||||
return {
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = '*',
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require('toggleterm').setup {
|
||||
open_mapping = [[<c-\>]],
|
||||
direction = 'float',
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue