summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/configs.lua
AgeCommit message (Expand)Author
2021-12-14parsers: Add MDeiml/tree-sitter-markdown as markdown parserStephan Seitz
2021-11-28Fix docspatrick96
2021-11-28Make disable accept a functionpatrick96
2021-11-28Rename cond to conditionpatrick96
2021-11-12Add condition function to module configpatrick96
2021-11-08refactor: nitpickingSirisak Lueangsaksri
2021-11-08feat: sync install for `ensure_installed`Sirisak Lueangsaksri
2021-10-22Use wrapper around vim.notify with common optionsSantos Gallegos
2021-10-03chore: use vim.ui.select for TSEditQuery if availableStephan Seitz
2021-07-18Re-attach module when the file type is changedSantos Gallegos
2021-07-11New stylua version (#1555)Stephan Seitz
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-07-04Improved passing bang to functionsShane Hird
2021-07-04Fix ensure_installed functionShane Hird
2021-07-04TSUpdate does not install if up to dateShane Hird
2021-04-22feat(incremental_selection): don't require localsThomas Vigouroux
2021-04-19Avoid Lua 5.3 function table.unpackStephan Seitz
2021-04-16Fix TSEditQuery with several files (#1191)Santos Gallegos
2021-04-14feat: Add TSEditQueryUserAfterStephan Seitz
2021-04-14feat: Add TSEditQueryStephan Seitz
2021-03-24feat(install): allow ignore list when installing parsers (#1098)Steven Sojka
2021-03-18feat: Allow to configure to use syntax and tree-sitter togetherStephan Seitz
2021-02-27chore: remove useless code and indent fileskiyan
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