summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/configs.lua
AgeCommit message (Expand)Author
2021-02-01Implement `TSToggleAll`.echasnovski
2021-02-01Implement `TSBufToggle`.echasnovski
2021-01-14Revert "added attach async"Thomas Vigouroux
2021-01-08fixed not highlighting bugBrian Shu
2021-01-07added attach asyncBrian Shu
2020-10-24feat: add TSConfigInfo to display current configStephan Seitz
2020-10-22fix(markdown): disable highlightingThomas Vigouroux
2020-10-19Treesitter indentkiyan42
2020-10-19start indent modulekiyan42
2020-10-04Remove textobjects moduleStephan Seitz
2020-10-04Merge pull request #487 from steelsojka/remove-refactorSteven Sojka
2020-09-27Add lockfile and make lockfile default install revisionStephan Seitz
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-09-11Allow to call setup on already loaded modules.Santos Gallegos
2020-09-10Improve startuptimeSantos Gallegos
2020-09-08Import treesitter.install only when neededSantos Gallegos
2020-09-06Text objects: check for query files firstSantos Gallegos
2020-09-05Completion: use custom instead of customlistSantos Gallegos
2020-09-05fix ts_available_modules should be using nvim_treesitter#available_moduleskiyan42
2020-09-04Refactor: move completion functions to autoloadSantos Gallegos
2020-08-31Fix(modules): simplify configs.setupStephan Seitz
2020-08-31Avoid enabling disabled modules (even if they were disabled immediately)Stephan Seitz
2020-08-31feat(refactor.navigation): add navigation.goto_{next,previous}_usageStephan Seitz
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-08-17chore(textobjects): split up into submodulesStephan Seitz
2020-08-17Textobjects: provide mappings for all swap/goto functionsStephan Seitz
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-11pass full module path in recurse accumulator to enable/disable sub modulesLaxman Sooriyathas
2020-08-10configs: actually enable and disable on setupThomas Vigouroux
2020-07-27configs: attach on unknown parsers tooThomas Vigouroux
2020-07-16Refactor: Add parsers.get_buf_langStephan Seitz
2020-07-15fix(configs): deep merge table configsSteven Sojka
2020-07-15fix(configs): simplify module setup processThomas Vigouroux
2020-07-14Add textobjects moduleStephan Seitz
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-13Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz
2020-07-07feat(configs): dynamic module defintionsSteven Sojka
2020-07-05Make luacheck happyStephan Seitz
2020-06-30update installer with sync and some fixeskiyan42
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): add definition navigation moduleSteven Sojka
2020-06-30feat(refactor): add smart rename moduleSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-29add used_by key to parserskiyan42
2020-06-22rename and finish ft->lang migrationkiyan42
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-06-19fix: declare parse names as their appropriate filetype and change clone urlkiyan42
2020-06-19refacto: remove buf_statekiyan42
2020-06-14Add tree-sitter-regexStephan Seitz
2020-05-15Expose internal api.kiyan42