PyFlake toggle and clipboard manager

This commit is contained in:
Andrea Mistrali 2016-05-06 08:58:57 +02:00
parent 4605133753
commit 43894b64b4
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -15,7 +15,7 @@ set nohlsearch
set nostartofline
" set paste
set autochdir
" set clipboard+=unnamed
set clipboard+=unnamed
" We use , as leader
let g:mapleader = ","
@ -87,7 +87,7 @@ let python_highlight_space_errors = 1
" let g:PyFlakeOnWrite = 0
let g:PyFlakeCheckers = 'pep8,frosted'
let g:PyFlakeDisabledMessages = 'E128,E501,E116'
" nnoremap <silent> <Leader>8 :PyFlake<CR>
nnoremap <silent> <Leader>8 :PyFlakeToggle<CR>
" END PYTHON GOODIES