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