VIM: Add Gist-vim
Gist-vim allows you to manage github-gists from vim Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
5b08d8931b
commit
e22886f978
@ -54,9 +54,12 @@ augroup end
|
||||
|
||||
" PyMode
|
||||
let g:pymode_lint = 0
|
||||
let g:pymode_syntax = 1
|
||||
let g:pymode_syntax = 0
|
||||
let g:pymode_syntax_all = 1
|
||||
|
||||
" python syntax
|
||||
let g:python_highlight_all = 1
|
||||
|
||||
|
||||
" Simpylfold
|
||||
let g:SimpylFold_docstring_preview = 1
|
||||
|
@ -45,6 +45,7 @@ Plug 'zchee/deoplete-jedi'
|
||||
" Language Specific stuff (Language Plugins, Linters, etc)
|
||||
Plug 'w0rp/ale'
|
||||
Plug 'klen/python-mode'
|
||||
Plug 'hdima/python-syntax'
|
||||
Plug 'fs111/pydoc.vim'
|
||||
Plug 'Vimjas/vim-python-pep8-indent'
|
||||
Plug 'vim-scripts/javacomplete'
|
||||
@ -55,5 +56,8 @@ Plug 'pearofducks/ansible-vim'
|
||||
" Git integration
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'mattn/gist-vim'
|
||||
" dependency
|
||||
Plug 'mattn/webapi-vim'
|
||||
|
||||
call plug#end()
|
||||
|
Loading…
Reference in New Issue
Block a user