新增nginx绑定

This commit is contained in:
zyj
2025-10-17 18:26:27 +08:00
parent 8d665f1536
commit 340d87f5ac
40 changed files with 23178 additions and 16 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#