summaryrefslogtreecommitdiffstats
path: root/doc/polyglot.txt
blob: ace96d0f8f5158f29cf36f55df4f0e0aeaf75d4a (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
26
27
28
29
---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---
 o | o   o | o   o | o   o | o   o | o   o | o   o | o   o | o   o 
---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---

*polyglot-vim-plugin*  Language pack for Vim

CONFIGURATION                                    *polyglot.vim*

You can disable vim-polyglot by putting using `g:polyglot_disabled`
option. It needs to be defined before vim-polyglot is loaded.

```
let g:polyglot_disabled = ['javascript', 'autoindent', 'sensible']
```

What can be disabled:

1. Language packs, like "javascript", "css" etc.
2. Support for detecting indentation like vim-sleuth ('autoindent')
3. Default vim settings from vim-sensible  ('sensible')


You can file bugs, and find more information at:

https://github.com/sheerun/vim-polyglot

---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---
 o | o   o | o   o | o   o | o   o | o   o | o   o | o   o | o   o 
---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---