mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
I realized tmux config files have their own filetype now thanks to
vim-polyglot, so the config no longer sets files named tmux.conf to the sh filetype.
This commit is contained in:
parent
ed52780c2a
commit
eb68dfc486
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
"set matching filenames to matching filenames
|
||||
autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet
|
||||
autocmd BufNewFile,BufRead *tmux.conf,pacman.conf,yaourtrc setf sh
|
||||
autocmd BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
||||
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
|
||||
|
||||
"misc filtype specific settings
|
||||
|
|
Loading…
Reference in a new issue