aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-treesitter.lua
Commit message (Expand)AuthorAgeFilesLines
* chore: cleanup main file, move statusline in modulekiyan2022-07-181-49/+3
* fix(ts_utils): fix swap_nodes after get_node_text changefrancisco souza2022-04-211-19/+1
* fix(statusline): adjust to the new API (query)ranjithshegde2022-04-181-7/+9
* fix(statusline): don't use deprecated functionChristian Clason2022-04-181-3/+3
* chore: deprecate ts_utils.get_node_textStephan Seitz2022-04-181-4/+0
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-25/+30
* Remove 'CI' guard (we can have now the newest version of nvim again)Stephan Seitz2020-12-071-2/+1
* fix: make version check work on non-CI environmentsStephan Seitz2020-11-231-2/+1
* fix: update interface following languagetree merge (#687)Thomas Vigouroux2020-11-231-1/+2
* Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak2020-10-111-3/+2
* Remove old statusline implementation with new one.Kristijan Husak2020-10-111-27/+4
* Add implementation for improved statusline. Closes #545.Kristijan Husak2020-10-111-0/+52
* Add warning about required Neovim versionStephan Seitz2020-09-031-0/+6
* feat(highlights): add is predicateSteven Sojka2020-08-161-0/+3
* feat(configs): dynamic module defintionsSteven Sojka2020-07-071-12/+4
* add used_by key to parserskiyan422020-06-291-2/+3
* fix(statusline): don't call if no parserThomas Vigouroux2020-06-211-0/+1
* refactor: parser list and lang->ft/ft->langkiyan422020-06-201-2/+4
* refacto: remove buf_statekiyan422020-06-191-19/+2
* Expose internal api.kiyan422020-05-151-0/+10
* refacto/feat: better handling of parser updateskiyan422020-05-121-22/+22
* feat: provide a statusline indicatorThomas Vigouroux2020-05-051-0/+31
* fix: config is enabled also checks parser existencekiyan422020-04-251-2/+1
* feat/refacto: improve configurationskiyan422020-04-241-16/+14
* feat: syntax highlightingThomas Vigouroux2020-04-221-0/+3
* feat/refacto: add configs.lua, setup installkiyan422020-04-211-4/+11
* feat: add parser listkiyan422020-04-201-0/+1
* perf: don't compute locals on buffer updatesThomas Vigouroux2020-04-191-6/+0
* feat: add locals to setup procedureThomas Vigouroux2020-04-191-0/+7
* add parser installerkiyan422020-04-191-0/+5
* feat: add parsers module and better match iterThomas Vigouroux2020-04-191-0/+3
* feat: add empty setup functionThomas Vigouroux2020-04-181-0/+10