📝 update .vimrc
This commit is contained in:
parent
aa5fc1f3c7
commit
b5641f7214
1 changed files with 9 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ Plugin 'vim-scripts/indentpython.vim'
|
||||||
Bundle 'Valloric/YouCompleteMe'
|
Bundle 'Valloric/YouCompleteMe'
|
||||||
Plugin 'vim-syntastic/syntastic'
|
Plugin 'vim-syntastic/syntastic'
|
||||||
Plugin 'nvie/vim-flake8'
|
Plugin 'nvie/vim-flake8'
|
||||||
|
Plugin 'scrooloose/nerdtree'
|
||||||
|
Plugin 'kien/ctrlp.vim'
|
||||||
|
" Plugin 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||||
|
|
||||||
" remeber to call `:PluginInstall` after changing
|
" remeber to call `:PluginInstall` after changing
|
||||||
|
|
||||||
|
|
@ -66,6 +69,12 @@ EOF
|
||||||
|
|
||||||
let python_highlight_all=1
|
let python_highlight_all=1
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
" Line numbers
|
||||||
|
set nu
|
||||||
|
|
||||||
|
" Set clipboard
|
||||||
|
set clipboard=unnamed
|
||||||
```
|
```
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue