* recognize NimScript files * automatically set up tab width in Nim buffers * remove the NimLog in the python module, which is just a debugging aid
2 lines
53 B
VimL
2 lines
53 B
VimL
au BufNewFile,BufRead *.nim,*.nims set filetype=nim
|
|
|