blob: 5a804998a3de65af47050663c9fefe8ab4c9b6c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*vim-polyglot* Vim Polyglot
===============================================================================
*vim-polyglot-introduction*
Introduction ~
Vim Polyglot is a solid language pack for vim. No configuration needed.
Please make sure you have `syntax on` in your `.vimrc`
===============================================================================
DISABLING LANGUAGE PACKS *vim-polyglot-disabled*
Individual language packs can be disabled by setting `g:polyglot_disabled`:
>
" ~/.vimrc, declare this variable before polyglot is loaded let
g:polyglot_disabled = ['css']
<
Note that disabling languages won't make in general your vim startup any faster
/ slower (only for specific file type). Vim-polyglot is selection of language
plugins that are loaded only on demand.
|