From 6e604ed2eb54440d4f471488db08bffc6b1421b0 Mon Sep 17 00:00:00 2001 From: kageru Date: Tue, 12 Feb 2019 19:32:49 +0100 Subject: [PATCH] added highlighting for vapoursynth scripts in vim --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 53a1408..1be2c3d 100644 --- a/.vimrc +++ b/.vimrc @@ -22,6 +22,7 @@ Plugin 'Valloric/YouCompleteMe' call vundle#end() " required "set rtp+=~/code/tabnine-vim filetype plugin on +autocmd BufNewFile,BufRead *.vpy setfiletype python set number