commit 26f868cc6ae79c512cb4bac78878092c498796cb
parent f7a146396199aebbaa3ecc4db816125bdf575869
Author: remy <remy@dorian.l.spartatek.se>
Date: Tue, 5 Sep 2017 10:11:29 +0200
add vim-vue highlighting
dotfiles/.vimrc | 2 ++
1 file changed, 2 insertions(+)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc
@@ -90,6 +90,8 @@ Plugin 'junegunn/vim-easy-align'
Plugin 'junegunn/fzf'
Plugin 'junegunn/fzf.vim'
+Plugin 'posva/vim-vue'
+
let g:ConqueTerm_Color = 2 " 1: strip color after 200 lines, 2: always with color
let g:ConqueTerm_CloseOnEnd = 1 " close conque when program ends running
let g:ConqueTerm_StartMessages = 0 " display warning messages if conqueTerm is configured incorrectly