This commit is contained in:
Adam Stankiewicz
2020-06-07 17:37:15 +02:00
parent 5b38663027
commit ff066ee9f0
8 changed files with 149 additions and 134 deletions

View File

@@ -15,6 +15,7 @@ setlocal nolisp
setlocal autoindent
setlocal indentexpr=VlangIndent(v:lnum)
setlocal indentkeys+=<:>,0=},0=)
setlocal noexpandtab
if exists("*VlangIndent")
finish