More config
This commit is contained in:
parent
7cecf4fcb1
commit
80f77a61dd
4 changed files with 31 additions and 128 deletions
11
lua/custom/plugins/toggleterm.lua
Normal file
11
lua/custom/plugins/toggleterm.lua
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue