indentline working now!

This commit is contained in:
siduck76 2021-03-13 08:18:23 +05:30
parent 77d6602ae1
commit 89d7172bac
3 changed files with 6 additions and 1 deletions

View file

@ -21,6 +21,9 @@ opt("w", "signcolumn", "yes")
opt("o", "cmdheight", 1)
opt("o", "updatetime", 250)
opt("o", "clipboard", "unnamedplus")
opt("b", "expandtab", true )
opt("b", "shiftwidth", 2 )
local M = {}