Use the pythonic force

This commit is contained in:
Loic Nageleisen 2018-01-19 15:38:13 +01:00
parent f4da025057
commit 3b1231d4e5

View file

@ -35,6 +35,8 @@ Plug 'junegunn/goyo.vim' " distraction-free writing
Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }
Plug 'vim-scripts/glsl.vim' , { 'for': 'glsl' }
Plug 'fatih/vim-go' ", { 'for': 'go', 'do': ':GoInstallBinaries' }
Plug 'davidhalter/jedi-vim' ", { 'for': 'python' }
"Plug 'nsf/gocode' , { 'for': 'go', 'rtp': 'vim' }
Plug 'groenewege/vim-less' , { 'for': 'less' }
Plug 'tpope/vim-markdown' ", { 'for': ['md', 'mdown', 'markdown'] }