More config

This commit is contained in:
mvsrgc 2023-04-11 15:52:38 -04:00
parent 7cecf4fcb1
commit 80f77a61dd
4 changed files with 31 additions and 128 deletions

View file

@ -0,0 +1,11 @@
return {
"akinsho/toggleterm.nvim",
config = function ()
require("toggleterm").setup({
open_mapping = [[<c-\>]],
autochdir = true,
shade_terminals = true,
shading_factor = 10,
})
end
}