summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2020-05-05feat: provide a statusline indicatorThomas Vigouroux
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-01Avoid global handle to enable installing multiple parsers in parallelStephan Seitz
2020-05-01Add `ensure_installed` option to configStephan Seitz
2020-05-01Add function 'nvim-treesitter/install'.ensure_installedStephan Seitz
2020-04-27fix install by changing cc arguments positionkiyan42
2020-04-26health(refactor): move checks inside health.luaThomas Vigouroux
2020-04-26health: add highlight to healthchecksThomas Vigouroux
2020-04-25refactor(textobj): remove unnecessary functionsThomas Vigouroux
2020-04-25refactor(textobj): use configs and don't use VimLThomas Vigouroux
2020-04-25textobj: little refactorThomas Vigouroux
2020-04-25textobj: add incremental scope selectionThomas Vigouroux
2020-04-25textobj: add incremental node selectionThomas Vigouroux
2020-04-25fix: config is enabled also checks parser existencekiyan42
2020-04-24feat/refacto: improve configurationskiyan42
2020-04-23fix: add -fPIC flag to compilinghaorenW1025
2020-04-22highlight: retain highlighters with the buffersThomas Vigouroux
2020-04-22feat: syntax highlightingThomas Vigouroux
2020-04-21feat/refacto: add configs.lua, setup installkiyan42
2020-04-21fix: parser install tbl_flatten > unpackkiyan42
2020-04-21Merge pull request #11 from kyazdani42/parser-listThomas Vigouroux
2020-04-21feat: add typescript installkiyan42
2020-04-21refacto/feat: enable csharp install, fix clonekiyan42
2020-04-21fix: repositories from M.repositories since last merge.kiyan42
2020-04-21feat: add checkhealthkiyan42
2020-04-20Merge pull request #10 from vigoux/feature/node-utilsThomas Vigouroux
2020-04-20feat: add parser listkiyan42
2020-04-20feat: add node manipulation utilsThomas Vigouroux
2020-04-20feat: add most parserskiyan42
2020-04-20Merge pull request #4 from kyazdani42/improve-installerThomas Vigouroux
2020-04-20feat/refacto: improve installerkiyan42
2020-04-19perf: don't compute locals on buffer updatesThomas Vigouroux
2020-04-19fix: prepare injections mechanismThomas Vigouroux
2020-04-19style: avoid overindenting thingsThomas Vigouroux
2020-04-19fix(matches): better storage of nodesThomas Vigouroux
2020-04-19feat: add locals to setup procedureThomas Vigouroux
2020-04-19feat: first version of localsThomas Vigouroux
2020-04-19add parser installerkiyan42
2020-04-19feat: add parsers module and better match iterThomas Vigouroux
2020-04-18feat: add empty setup functionThomas Vigouroux
2020-04-18feat: add some utils to read queriesThomas Vigouroux