mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Removed in development plugins, cleanup in python-syntax options
This commit is contained in:
12
vimrc
12
vimrc
@@ -65,9 +65,6 @@ Plug 'vimwiki/vimwiki'
|
|||||||
Plug 'will133/vim-dirdiff'
|
Plug 'will133/vim-dirdiff'
|
||||||
Plug 'vim-scripts/DrawIt'
|
Plug 'vim-scripts/DrawIt'
|
||||||
|
|
||||||
"in development
|
|
||||||
Plug '~/Devel/vim/kickass-vim/'
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
@@ -512,15 +509,12 @@ nnoremap <silent> <unique> <Leader>8 *<C-o>:Moccur<CR>
|
|||||||
"Pydoc {{{2
|
"Pydoc {{{2
|
||||||
let g:pydoc_cmd = "/usr/bin/pydoc"
|
let g:pydoc_cmd = "/usr/bin/pydoc"
|
||||||
"}}}
|
"}}}
|
||||||
"Python indent{{{2
|
"Pythonhelper {{{2
|
||||||
let g:python_version_2=1
|
|
||||||
"}}}
|
|
||||||
" Pythonhelper {{{2
|
|
||||||
let g:pythonhelper_updatetime = 1000
|
let g:pythonhelper_updatetime = 1000
|
||||||
" }}}
|
|
||||||
"}}}
|
"}}}
|
||||||
"Python syntax{{{2
|
"Python syntax {{{2
|
||||||
let g:python_highlight_all=1
|
let g:python_highlight_all=1
|
||||||
|
let g:python_version_2=1
|
||||||
"}}}
|
"}}}
|
||||||
"Riv {{{
|
"Riv {{{
|
||||||
" Don't fold the file; it's annoying
|
" Don't fold the file; it's annoying
|
||||||
|
|||||||
Reference in New Issue
Block a user