| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: config is enabled also checks parser existence | kiyan42 | 2020-04-25 | 1 | -2/+1 |
| | | |||||
| * | feat/refacto: improve configurations | kiyan42 | 2020-04-24 | 1 | -16/+14 |
| | | | | | | | | | | | | - You should now get the configs through functions - Configs for languages are now inside a local object called parsers - You can get the parser installation configurations with `get_parser_configs` - A new object has been initialized inside configs to specify module config (called config). - Provide functions to enable/disable a module on one buffer - Provide functions to enable/disable a module on all buffers, and if filetype is specified, for specific filetype - Provide function to determine if module is activated for a specified filetype | ||||
| * | feat: syntax highlighting | Thomas Vigouroux | 2020-04-22 | 1 | -0/+3 |
| | | |||||
| * | feat/refacto: add configs.lua, setup install | kiyan42 | 2020-04-21 | 1 | -4/+11 |
| | | | | | | | | | - configs.lua holds the `repositories` data - install health moved to health.lua - plugins loads _root.setup() on startup - install and list command are available through vim > use them with `:TSInstall lang` and `:TSInstallInfo` | ||||
| * | feat: add parser list | ||||
