[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:
Josh Sherman 2016-11-20 11:11:54 -06:00
parent d4556b1e81
commit 09a935c987
3 changed files with 20 additions and 17 deletions

View file

@ -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