vim: remove obsolete autocmds

This commit is contained in:
Fernando Schauenburg 2022-02-01 21:33:44 +01:00
parent c0dfdd1d6d
commit 7b9b0c297b

View file

@ -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.