vim: remove obsolete autocmds
This commit is contained in:
parent
c0dfdd1d6d
commit
7b9b0c297b
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ end
|
|||
|
||||
make_autocmds {
|
||||
buffers = {
|
||||
{ 'BufNewFile,BufRead', 'bash_profile,bashrc,profile', 'set filetype=sh' },
|
||||
{ 'BufNewFile,BufRead', 'gitconfig', 'set filetype=gitconfig' },
|
||||
{ 'BufNewFile,BufRead', '*.sx,*.s19', 'set filetype=srec' },
|
||||
{ 'BufNewFile,BufRead', 'Vagrantfile', 'set filetype=ruby' },
|
||||
-- Make it possible to use `gf` to jump to my configuration modules.
|
||||
|
|
Loading…
Add table
Reference in a new issue