added indenting rules, compiler settings and filetype detection

This commit is contained in:
Zahary Karadjov 2011-08-26 13:50:09 +03:00
commit a53642d1e8
4 changed files with 151 additions and 0 deletions

9
ftplugin/nimrod.vim Normal file
View file

@ -0,0 +1,9 @@
if (exists("b:did_ftplugin"))
finish
endif
let b:did_ftplugin = 1
let s:cpo_save = &cpo
set cpo&vim