Files
vim-polyglot/doc/polyglot.txt
Adam Stankiewicz 8c1ec94a3c Change ascii art
2020-10-19 03:10:32 +02:00

30 lines
1016 B
Plaintext

---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---
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
---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---