aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* highlight: use custom highlight groupsThomas Vigouroux2020-06-261-1/+40
|
* refactor: parser list and lang->ft/ft->langkiyan422020-06-201-1/+1
| | | | | | | - move parser list in `parsers.lua` - most `ft` variable where changed to `lang`, `ft` is only used on autocmd binding, and lang is used for everything else. Functions have been defined to make the switch between `ft` and `lang`
* refactor(textobj): use configs and don't use VimLThomas Vigouroux2020-04-251-1/+1
|
* textobj: add incremental scope selectionThomas Vigouroux2020-04-251-1/+1
|
* feat/refacto: improve configurationskiyan422020-04-241-7/+10
| | | | | | | | | | | - 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/refacto: add configs.lua, setup installkiyan422020-04-211-0/+7
| | | | | | | | - 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: create NvimTreesitter augroup at startupThomas Vigouroux2020-04-191-0/+3
|
* fix: add plugin fileThomas Vigouroux2020-04-191-0/+7