mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Update filenames for gitignore
This commit is contained in:
@@ -2024,6 +2024,8 @@ if !has_key(s:disabled_packages, 'tads')
|
||||
endif
|
||||
|
||||
if !has_key(s:disabled_packages, 'gitignore')
|
||||
au BufNewFile,BufRead *.git/info/exclude set ft=gitignore
|
||||
au BufNewFile,BufRead */.config/git/ignore set ft=gitignore
|
||||
au BufNewFile,BufRead {.,}gitignore set ft=gitignore
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user