more vimrc

This commit is contained in:
2015-12-04 14:34:42 +01:00
parent d976b94905
commit 46ed180309

View File

@@ -16,11 +16,13 @@ Plugin 'VundleVim/Vundle.vim'
" Edit files using sudo/su
Plugin 'chrisbra/SudoEdit.vim'
" Python Mode "
Plugin 'klen/python-mode'
" Fuzzy finder (files, mru, etc)
Plugin 'ctrlpvim/ctrlp.vim'
" Python Mode "
Plugin 'klen/python-mode'
Plugin 'YankRing.vim'
" 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'*
let g:pymode_options_colorcolumn = 1
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