1
0
mirror of https://github.com/amix/vimrc synced 2025-06-24 07:44:59 +08:00

Added a maintained version of nginx syntax. Removed vim-racer (buggy)

This commit is contained in:
amix
2016-02-20 13:51:59 +00:00
parent c3d05a7b1c
commit 71fc570357
13 changed files with 62 additions and 1019 deletions

View File

@ -0,0 +1,11 @@
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal indentexpr=
" cindent actually works for nginx' simple file structure
setlocal cindent
" Just make sure that the comments are not reset as defs would be.
setlocal cinkeys-=0#