mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:59:03 -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()
|
au FileType ruby call TabTwo()
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
augroup whatever
|
||||||
|
au!
|
||||||
|
au BufRead,BufNewFile *.lib setlocal ft=spice
|
||||||
|
augroup END
|
||||||
|
|
||||||
augroup sessions
|
augroup sessions
|
||||||
au!
|
au!
|
||||||
au VimEnter * call LoadSession()
|
au VimEnter * call LoadSession()
|
||||||
|
|
Loading…
Reference in a new issue