aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* feat(highlights): add is predicateSteven Sojka2020-08-161-0/+1
|
* fix(highlight): link TSVariable to NormalThomas Vigouroux2020-08-131-2/+2
|
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-091-0/+3
|
* Lua: highlight function nameSantos Gallegos2020-08-091-0/+1
|
* Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz2020-08-021-2/+2
|
* Add TSUpdate command to update parsersStephan Seitz2020-08-021-0/+3
|
* Parsers: add reStructuredTextSantos Gallegos2020-07-271-0/+8
|
* Rename attribute to annotationAkin Sowemimo2020-07-231-1/+1
|
* Add attribute to the highlight mapAkin Sowemimo2020-07-231-0/+1
|
* Add module refactor.highlight_current_scopeStephan Seitz2020-07-131-0/+1
|
* Fix #136: Highlight of TSFloat should be Float not TSFloatStephan Seitz2020-07-011-1/+1
|
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-301-0/+3
|
* highlights: declare links as defaultsThomas Vigouroux2020-06-291-33/+33
|
* 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