Add ToggleTerm plugin

This commit is contained in:
nathan 2023-04-30 23:57:01 -04:00
parent 02efaa1d82
commit ecff79bb3a
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
'akinsho/toggleterm.nvim',
version = "*",
opts = {
direction = 'float',
open_mapping = [[<c-\>]],
shell = '/usr/bin/fish',
}
}