diff --git a/lua/custom/plugins/toggle_term.lua b/lua/custom/plugins/toggle_term.lua new file mode 100644 index 00000000..34899a57 --- /dev/null +++ b/lua/custom/plugins/toggle_term.lua @@ -0,0 +1,9 @@ +return { + 'akinsho/toggleterm.nvim', + version = "*", + opts = { + direction = 'float', + open_mapping = [[]], + shell = '/usr/bin/fish', + } +}