Add ToggleTerm plugin
This commit is contained in:
parent
02efaa1d82
commit
ecff79bb3a
9
lua/custom/plugins/toggle_term.lua
Normal file
9
lua/custom/plugins/toggle_term.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = "*",
|
||||
opts = {
|
||||
direction = 'float',
|
||||
open_mapping = [[<c-\>]],
|
||||
shell = '/usr/bin/fish',
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user