Initial commit

This commit is contained in:
baabelfish 2016-01-27 10:59:11 +02:00
commit d937b937c9
6 changed files with 306 additions and 0 deletions

2
ftdetect/nim.vim Normal file
View file

@ -0,0 +1,2 @@
au BufNewFile,BufRead *.nim set filetype=nim
au BufNewFile,BufRead *.nims set filetype=nims