more vimrc
This commit is contained in:
12
vim/vimrc
12
vim/vimrc
@@ -16,11 +16,13 @@ Plugin 'VundleVim/Vundle.vim'
|
|||||||
" Edit files using sudo/su
|
" Edit files using sudo/su
|
||||||
Plugin 'chrisbra/SudoEdit.vim'
|
Plugin 'chrisbra/SudoEdit.vim'
|
||||||
|
|
||||||
|
" Python Mode "
|
||||||
|
Plugin 'klen/python-mode'
|
||||||
|
|
||||||
" Fuzzy finder (files, mru, etc)
|
" Fuzzy finder (files, mru, etc)
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
|
|
||||||
" Python Mode "
|
Plugin 'YankRing.vim'
|
||||||
Plugin 'klen/python-mode'
|
|
||||||
|
|
||||||
|
|
||||||
" The following are examples of different formats supported.
|
" The following are examples of different formats supported.
|
||||||
@@ -80,7 +82,13 @@ set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows
|
|||||||
" Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'*
|
" Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'*
|
||||||
let g:pymode_options_colorcolumn = 1
|
let g:pymode_options_colorcolumn = 1
|
||||||
let g:pymode_options_max_line_length = 100
|
let g:pymode_options_max_line_length = 100
|
||||||
|
let g:pymode_python = 'python3'
|
||||||
|
|
||||||
|
" yankring
|
||||||
|
let g:yankring_replace_n_pkey = '<m-p>'
|
||||||
|
let g:yankring_replace_n_nkey = '<m-n>'
|
||||||
|
|
||||||
|
nnoremap <silent> <F11> :YRShow<CR>
|
||||||
" -------------------------------------------"
|
" -------------------------------------------"
|
||||||
|
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|||||||
Reference in New Issue
Block a user