1
0
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:
2017-07-23 13:12:47 +02:00
parent 8532b1ba11
commit 5c2a818c84

12
vimrc
View File

@@ -65,9 +65,6 @@ Plug 'vimwiki/vimwiki'
Plug 'will133/vim-dirdiff'
Plug 'vim-scripts/DrawIt'
"in development
Plug '~/Devel/vim/kickass-vim/'
call plug#end()
" }}}
@@ -512,15 +509,12 @@ nnoremap <silent> <unique> <Leader>8 *<C-o>:Moccur<CR>
"Pydoc {{{2
let g:pydoc_cmd = "/usr/bin/pydoc"
"}}}
"Python indent{{{2
let g:python_version_2=1
"}}}
" Pythonhelper {{{2
"Pythonhelper {{{2
let g:pythonhelper_updatetime = 1000
" }}}
"}}}
"Python syntax{{{2
"Python syntax {{{2
let g:python_highlight_all=1
let g:python_version_2=1
"}}}
"Riv {{{
" Don't fold the file; it's annoying