[vim] proper highlighting of cnf files
Forces dosini on a few file types. Also eliminates the need to indent files as the colors are enough of a section marker. Seems there was some stray dotprivate shit still floating around as well.
This commit is contained in:
parent
d4556b1e81
commit
09a935c987
3 changed files with 20 additions and 17 deletions
|
@ -47,6 +47,7 @@ set wildmode=list:longest
|
|||
|
||||
" TODO: Should clean this shit up
|
||||
" Sets up our filetypes
|
||||
autocmd BufRead,BufNewFile *.cnf,*.conf,*gitconfig setf dosini
|
||||
autocmd BufNewFile,BufRead *.dust,*.dustjs,*.tl set filetype=dustjs
|
||||
autocmd BufNewFile,BufRead *.less set filetype=less
|
||||
autocmd BufNewFile,BufRead nginx.conf set filetype=nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue