Merge pull request #890 from Jipok/patch-1

Use spaces for nim
This commit is contained in:
Zachary Yedidia 2017-10-15 15:32:50 -04:00 committed by GitHub
commit e071209add

View file

@ -11,7 +11,7 @@ function onViewOpen(view)
if ft == "makefile" or ft == "go" then
SetOption("tabstospaces", "off")
elseif ft == "python" or ft == "python2" or ft == "python3" or ft == "yaml" then
elseif ft == "python" or ft == "python2" or ft == "python3" or ft == "yaml" or ft =="nim" then
SetOption("tabstospaces", "on")
end
end