Mercurial > dotfiles.old
comparison vimrc @ 241:5fb4bf06d46d
Fix coffeescript plugin loading
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 16 Feb 2015 10:54:29 +0100 |
parents | b3bf31ff1c1c |
children | 50379acb4815 |
comparison
equal
deleted
inserted
replaced
240:1d4692adfc1c | 241:5fb4bf06d46d |
---|---|
82 Plug 'vim-scripts/a.vim', { 'for': 'c' } | 82 Plug 'vim-scripts/a.vim', { 'for': 'c' } |
83 Plug 'osyo-manga/vim-reunions', { 'for': 'c' } | 83 Plug 'osyo-manga/vim-reunions', { 'for': 'c' } |
84 Plug 'osyo-manga/vim-marching', { 'for': 'c' } | 84 Plug 'osyo-manga/vim-marching', { 'for': 'c' } |
85 | 85 |
86 " Coffeescript | 86 " Coffeescript |
87 Plug 'kchmck/vim-coffee-script', { 'for': 'coffeescript' } | 87 Plug 'kchmck/vim-coffee-script', { 'for': 'coffee' } |
88 | 88 |
89 " Latex | 89 " Latex |
90 Plug 'lervag/vim-latex', { 'for': 'tex' } | 90 Plug 'lervag/vim-latex', { 'for': 'tex' } |
91 | 91 |
92 " Git | 92 " Git |