feat: have ToggleTerm default to float
This commit is contained in:
parent
2e1dfa645b
commit
63601957bc
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -63,7 +63,7 @@ require("nvim-tree").setup({
|
|||
-- Toggleterm
|
||||
require("toggleterm").setup{
|
||||
open_mapping = [[<M-[>]],
|
||||
shade_true = false,
|
||||
direction = 'float',
|
||||
}
|
||||
|
||||
-- Imports from files
|
||||
|
|
Loading…
Reference in a new issue