.vimrc YCM
This commit is contained in:
@@ -3,6 +3,8 @@ set-option -g prefix C-a
|
|||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
# pane movement
|
# pane movement
|
||||||
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||||||
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
||||||
|
|||||||
3
.vimrc
3
.vimrc
@@ -18,7 +18,6 @@ if filereadable(expand(vundle_dir) . "/README.md")
|
|||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
Plugin 'rhysd/vim-clang-format'
|
Plugin 'rhysd/vim-clang-format'
|
||||||
" Plugin 'shougo/neocomplete'
|
|
||||||
Plugin 'godlygeek/tabular'
|
Plugin 'godlygeek/tabular'
|
||||||
Plugin 'airblade/vim-gitgutter'
|
Plugin 'airblade/vim-gitgutter'
|
||||||
Plugin 'jeetsukumaran/vim-pythonsense'
|
Plugin 'jeetsukumaran/vim-pythonsense'
|
||||||
@@ -28,7 +27,9 @@ if filereadable(expand(vundle_dir) . "/README.md")
|
|||||||
Plugin 'nvie/vim-flake8'
|
Plugin 'nvie/vim-flake8'
|
||||||
Plugin 'ludovicchabant/vim-gutentags'
|
Plugin 'ludovicchabant/vim-gutentags'
|
||||||
Plugin 'junegunn/vim-peekaboo'
|
Plugin 'junegunn/vim-peekaboo'
|
||||||
|
if empty($VIM_DISABLE_YCM)
|
||||||
Plugin 'ycm-core/YouCompleteMe'
|
Plugin 'ycm-core/YouCompleteMe'
|
||||||
|
endif
|
||||||
|
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user