mirror of
https://github.com/notwa/rc
synced 2024-11-05 00:19:02 -08:00
spicy legato
This commit is contained in:
parent
7f8e78c890
commit
e96b5b30a5
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue