Some syntaxwork done

This commit is contained in:
baabelfish 2016-01-30 18:57:48 +02:00
commit 00a6e2e4ea
5 changed files with 138 additions and 38 deletions

View file

@ -1,3 +1,12 @@
" if exists("b:loaded")
" finish
" endif
let b:loaded = 1
setlocal formatoptions-=t formatoptions+=l
setlocal comments=s1:#[,mb:#,ex:]#,:#
setlocal commentstring=#\ %s
setlocal expandtab
command! NimDefinition :call features#definition#run()
command! NimInfo :call features#info#run()