Refresh generated neovim config
This commit is contained in:
@ -186,7 +186,8 @@ require("toggleterm").setup{
|
||||
},
|
||||
},
|
||||
shade_terminals = true, -- NOTE: this option takes priority over highlights specified so if you specify Normal highlights you should set this to false
|
||||
shading_factor = '<number>', -- the percentage by which to lighten terminal background, default: -30 (gets multiplied by -3 if background is light)
|
||||
shading_factor = '<number>', -- the percentage by which to lighten dark terminal background, default: -30
|
||||
shading_ratio = '<number>', -- the ratio of shading factor for light/dark terminal background, default: -3
|
||||
start_in_insert = true,
|
||||
insert_mappings = true, -- whether or not the open mapping applies in insert mode
|
||||
terminal_mappings = true, -- whether or not the open mapping applies in the opened terminals
|
||||
|
||||
Reference in New Issue
Block a user