1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

vimrc fix

This commit is contained in:
eoli3n 2017-12-19 18:30:55 +01:00
parent ebe0b46d0d
commit 68da8c799f
3 changed files with 7 additions and 18 deletions

3
TODO

@ -2,7 +2,8 @@
- add tmux
- mv files to sync if synchronize, then reinit submodules
- use maximum of copy + backup=yes
- vim install powerline
- TOFIX: autolaunch i3 apps good order
- TOFIX: startx blank screen in vm
- TOFIX: ssh-agent ssh-add in zshrc startx
- TOFIX: find a way to clean tmp dir while packer install
- TOFIX: zsh termite -> https://github.com/thestinger/termite/issues/550

@ -20,17 +20,6 @@ autocmd VimEnter,Colorscheme * :hi MatchParen cterm=none ctermbg=white ctermfg=b
" remember last cursor place
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
" syntaxline
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
" powerline
set laststatus=2
set t_Co=256

@ -60,15 +60,14 @@ export BROWSER='google-chrome-stable'
export POWERLINE_CONFIG_COMMAND=/usr/bin/powerline-config
export PAGER='most'
if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
__vte_osc7
fi
### ZSHRC NODE
source ~/.zshrc_node
### TERMITE
if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
__vte_osc7
fi
### ZSH CONF
autoload -U zmv
plugins=(git python colored-man-pages colorize sprunge web-search)