diff --git a/.vimrc b/.vimrc index 3997209..66a26f6 100644 --- a/.vimrc +++ b/.vimrc @@ -26,9 +26,8 @@ nnoremap ,html :-1read $HOME/.vim/.skeleton.html7GA " Signature file: nnoremap ,sig :-1read $HOME/.signaturek - if version >= 800 - if &term =~ "xterm" + if &term =~ "xterm" || "screen" || "screen-256color" "let &t_SI = "\]12;purple\x7" let &t_SI = "\]12;green\x7" "insert mode let &t_SR = "\]12;red\x7" "replace mode @@ -78,9 +77,11 @@ Plugin 'myhere/vim-nodejs-complete' Plugin 'othree/javascript-libraries-syntax.vim' Plugin 'jelera/vim-javascript-syntax' Plugin 'terryma/vim-smooth-scroll' -Plugin 'fatih/vim-go' Plugin 'morhetz/gruvbox' Plugin 'tpope/vim-fugitive' +if version >= 801 + Plugin 'fatih/vim-go' +endif " All of your Plugins must be added before the following line