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:
parent
7adbb71442
commit
dcf25798f4
5 changed files with 8 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue