This commit is contained in:
baabelfish 2016-02-10 22:19:23 +02:00
commit 6b16dade7c
20 changed files with 207 additions and 90 deletions

View file

@ -1,7 +1,2 @@
if exists("g:nvim_nim_ftdetect_loaded")
finish
endif
let g:nvim_nim_ftdetect_loaded = 1
au BufNewFile,BufRead *.nim setlocal filetype=nim
au BufNewFile,BufRead *.nims setlocal filetype=nims
scriptencoding utf-8
au BufNewFile,BufRead *.nims,*.nim setlocal filetype=nim