1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 02:49:02 -08:00

spicy legato

This commit is contained in:
Connor Olding 2015-04-03 01:30:50 -07:00
parent 7f8e78c890
commit e96b5b30a5

View file

@ -145,6 +145,11 @@ if has('autocmd')
au FileType ruby call TabTwo()
augroup END
augroup whatever
au!
au BufRead,BufNewFile *.lib setlocal ft=spice
augroup END
augroup sessions
au!
au VimEnter * call LoadSession()