Some syntaxwork done
This commit is contained in:
parent
5eaddba1dd
commit
00a6e2e4ea
5 changed files with 138 additions and 38 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue