Add gitignore filetype
This commit is contained in:
parent
9efe5ee13e
commit
8240d421bd
1 changed files with 7 additions and 0 deletions
7
ftdetect/gitignore.vim
Normal file
7
ftdetect/gitignore.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
" File: gitignore.vim
|
||||
" Description: .gitignore file detection for vim
|
||||
" Author: jonathan <jonathan@lunarweb.co.uk>
|
||||
" URL: jonathanh.co.uk
|
||||
|
||||
autocmd BufNewFile,BufRead .gitignore,global_gitignore setlocal filetype=gitignore
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue