This commit is contained in:
iofq 2023-05-12 04:34:16 -05:00
parent 4c341f6650
commit f6a92831f4
10 changed files with 290 additions and 43 deletions

5
config/lua/toggleterm-conf.lua Executable file
View file

@ -0,0 +1,5 @@
require("toggleterm").setup{
open_mapping = [[<leader>t]],
shade_terminals = true,
size = vim.o.lines * 0.4
}