mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
vimrc fix
This commit is contained in:
parent
ebe0b46d0d
commit
68da8c799f
3
TODO
3
TODO
@ -2,7 +2,8 @@
|
|||||||
- add tmux
|
- add tmux
|
||||||
- mv files to sync if synchronize, then reinit submodules
|
- mv files to sync if synchronize, then reinit submodules
|
||||||
- use maximum of copy + backup=yes
|
- use maximum of copy + backup=yes
|
||||||
|
- vim install powerline
|
||||||
- TOFIX: autolaunch i3 apps good order
|
- TOFIX: autolaunch i3 apps good order
|
||||||
- TOFIX: startx blank screen in vm
|
|
||||||
- TOFIX: ssh-agent ssh-add in zshrc startx
|
- TOFIX: ssh-agent ssh-add in zshrc startx
|
||||||
- TOFIX: find a way to clean tmp dir while packer install
|
- 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
|
" remember last cursor place
|
||||||
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
|
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
|
" powerline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
@ -60,15 +60,14 @@ export BROWSER='google-chrome-stable'
|
|||||||
export POWERLINE_CONFIG_COMMAND=/usr/bin/powerline-config
|
export POWERLINE_CONFIG_COMMAND=/usr/bin/powerline-config
|
||||||
export PAGER='most'
|
export PAGER='most'
|
||||||
|
|
||||||
### ZSHRC NODE
|
|
||||||
source ~/.zshrc_node
|
|
||||||
|
|
||||||
### TERMITE
|
|
||||||
if [[ $TERM == xterm-termite ]]; then
|
if [[ $TERM == xterm-termite ]]; then
|
||||||
. /etc/profile.d/vte.sh
|
. /etc/profile.d/vte.sh
|
||||||
__vte_osc7
|
__vte_osc7
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
### ZSHRC NODE
|
||||||
|
source ~/.zshrc_node
|
||||||
|
|
||||||
### ZSH CONF
|
### ZSH CONF
|
||||||
autoload -U zmv
|
autoload -U zmv
|
||||||
plugins=(git python colored-man-pages colorize sprunge web-search)
|
plugins=(git python colored-man-pages colorize sprunge web-search)
|
||||||
|
Loading…
Reference in New Issue
Block a user