diff --git a/home/vimrc b/home/vimrc index f056e79..bad34be 100644 --- a/home/vimrc +++ b/home/vimrc @@ -155,6 +155,7 @@ if has('autocmd') au FileType ruby call TabTwo() au FileType nim call TabTwo() au BufRead,BufNewFile *.bt,*.1sc call TabFour() + au BufRead,BufNewFile *.ys call TabTwo() au FileType javascript,processing call TabTwo() augroup END