This commit is contained in:
siduck76 2021-03-13 16:21:52 +05:30
parent a83f1196bc
commit b871162664
8 changed files with 9 additions and 23 deletions

View file

@ -19,8 +19,11 @@ opt("o", "mouse", "a")
opt("w", "signcolumn", "yes")
opt("o", "cmdheight", 1)
opt("o", "updatetime", 250)
opt("o", "updatetime", 250) -- update interval for gitsigns
opt("o", "clipboard", "unnamedplus")
-- for indenline
opt("b", "expandtab", true )
opt("b", "shiftwidth", 2 )