merge various improvements from https://github.com/Angluca

* recognize NimScript files
* automatically set up tab width in Nim buffers
* remove the NimLog in the python module, which is just a debugging aid
This commit is contained in:
Zahary Karadjov 2016-05-19 19:50:46 +03:00
commit dcf25798f4
5 changed files with 8 additions and 14 deletions

View file

@ -16,6 +16,10 @@ setlocal omnifunc=NimComplete
setlocal suffixesadd=.nim
setlocal expandtab "Make sure that only spaces are used
setl tabstop=2
setl softtabstop=2
setl shiftwidth=2
compiler nim
let &cpo = s:cpo_save