From 09535b3ede10ac80138fbfc4ec24bd7885c615cb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 26 May 2017 02:24:48 +0000 Subject: [PATCH] add js/processing stuff --- home/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/vimrc b/home/vimrc index 496c2ee..5ef6ed1 100644 --- a/home/vimrc +++ b/home/vimrc @@ -154,6 +154,7 @@ if has('autocmd') au FileType ruby call TabTwo() au FileType nim call TabTwo() au BufRead,BufNewFile *.bt,*.1sc call TabFour() + au FileType javascript,processing call TabTwo() augroup END augroup whatever @@ -163,6 +164,7 @@ if has('autocmd') au BufRead,BufNewFile *.1sc setlocal ft=c au BufRead,BufNewFile *.asm setlocal ft=lips au BufRead,BufNewFile *.nim setlocal ft=nim + au BufRead,BufNewFile *.pde setlocal ft=processing augroup END augroup nocomment