Old vim config, new is found in main dotfiles
https://git.jonathanh.co.uk/jab2870/Dotfiles/src/branch/master/nvim/.config/nvim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
231 B
8 lines
231 B
7 years ago
|
" 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
|
||
|
|