summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/configs.lua
AgeCommit message (Expand)Author
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
2020-05-12refacto/feat: better handling of parser updateskiyan42
2020-05-03Add 'nvim-treesitter/node-movement'Stephan Seitz
2020-05-02modules: move textobj to incremental_selectionThomas Vigouroux
2020-05-01Merge pull request #36 from theHamsta/community-parsersKiyan Yazdani
2020-05-01Add some more community parsersStephan Seitz
2020-05-01update docs for ensure installed, move modules config in config.moduleskiyan42
2020-05-01Add `ensure_installed` option to configStephan Seitz
2020-04-25refactor(textobj): use configs and don't use VimLThomas Vigouroux
2020-04-25fix: config is enabled also checks parser existencekiyan42
2020-04-24feat/refacto: improve configurationskiyan42
2020-04-21feat/refacto: add configs.lua, setup installkiyan42