From 144fc5ca3784fdf2ff43437500ae82dbb207dfa6 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 20 May 2020 20:04:15 +0200 Subject: tmux conf --- vim/.vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index a44daae..082d340 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,5 +1,6 @@ autocmd! bufwritepost .vimrc source % +set term=screen-256color set clipboard=unnamed set mouse=a " click with mouse @@ -31,6 +32,10 @@ set listchars=eol:⏎,tab:»·,trail:ˑ,nbsp:⎵ set foldmethod=indent +set splitright " split on right side +set lazyredraw +set ttyfast + syntax on colorscheme miramare @@ -68,6 +73,7 @@ Plugin 'vim-airline/vim-airline' " airline at bottom with insert, name, line etc Plugin 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'} | Plugin 'junegunn/fzf.vim' " fuzzy finder Plugin 'luochen1990/rainbow' " color parentheses Plugin 'dense-analysis/ale' " checker syntax +Plugin 'leafOfTree/vim-vue-plugin' call vundle#end() " required filetype plugin indent on " required -- cgit v1.2.3-18-g5258