Skip to content

Commit

Permalink
Use jedi-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Jan 17, 2017
1 parent 0c4ffaf commit b08f312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions vim/rc/plugins.vim
Expand Up @@ -14,6 +14,7 @@ Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
Plug 'airblade/vim-gitgutter'
Plug 'briancollins/vim-jst', { 'for': 'jst' }
Plug 'chriskempson/base16-vim'
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
Plug 'editorconfig/editorconfig-vim'
Plug 'fatih/vim-go'
Plug 'flowtype/vim-flow', { 'for': 'javascript.jsx' }
Expand Down
3 changes: 2 additions & 1 deletion vim/rc/plugins/syntastic.vim
Expand Up @@ -8,4 +8,5 @@ let g:syntastic_ruby_checkers = ['rubocop']
let g:syntastic_scss_checkers = ['stylelint']
let g:syntastic_go_checkers = ['golint', 'govet', 'errcheck']

let g:syntastic_mode_map = { 'mode': 'active', 'passive_filetypes': ['go', 'html'] }
let g:syntastic_mode_map = { 'mode': 'active',
\ 'passive_filetypes': ['go', 'html', 'python'] }

0 comments on commit b08f312

Please sign in to comment.