gitsigns options
This commit is contained in:
parent
558f762a67
commit
d993b4aa89
|
|
@ -41,6 +41,8 @@ opt.signcolumn = "yes"
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.timeoutlen = 400
|
opt.timeoutlen = 400
|
||||||
|
|
||||||
|
-- interval for writing swap file to disk, also used by gitsigns
|
||||||
|
opt.updatetime = 250
|
||||||
|
|
||||||
-- disable some builtin vim plugins
|
-- disable some builtin vim plugins
|
||||||
local default_plugins = {
|
local default_plugins = {
|
||||||
|
|
|
||||||
Reference in New Issue