mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Use the pythonic force
This commit is contained in:
parent
f4da025057
commit
3b1231d4e5
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ Plug 'junegunn/goyo.vim' " distraction-free writing
|
||||||
Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }
|
Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }
|
||||||
Plug 'vim-scripts/glsl.vim' , { 'for': 'glsl' }
|
Plug 'vim-scripts/glsl.vim' , { 'for': 'glsl' }
|
||||||
Plug 'fatih/vim-go' ", { 'for': 'go', 'do': ':GoInstallBinaries' }
|
Plug 'fatih/vim-go' ", { 'for': 'go', 'do': ':GoInstallBinaries' }
|
||||||
|
Plug 'davidhalter/jedi-vim' ", { 'for': 'python' }
|
||||||
|
|
||||||
"Plug 'nsf/gocode' , { 'for': 'go', 'rtp': 'vim' }
|
"Plug 'nsf/gocode' , { 'for': 'go', 'rtp': 'vim' }
|
||||||
Plug 'groenewege/vim-less' , { 'for': 'less' }
|
Plug 'groenewege/vim-less' , { 'for': 'less' }
|
||||||
Plug 'tpope/vim-markdown' ", { 'for': ['md', 'mdown', 'markdown'] }
|
Plug 'tpope/vim-markdown' ", { 'for': ['md', 'mdown', 'markdown'] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue