index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
configs.lua
Age
Commit message (
Expand
)
Author
2020-06-30
update installer with sync and some fixes
kiyan42
2020-06-30
refactor(refactor): use higher local apis and some cleanup
Steven Sojka
2020-06-30
feat(refactor): add definition navigation module
Steven Sojka
2020-06-30
feat(refactor): add smart rename module
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-29
add used_by key to parsers
kiyan42
2020-06-22
rename and finish ft->lang migration
kiyan42
2020-06-20
refactor: parser list and lang->ft/ft->lang
kiyan42
2020-06-19
fix: declare parse names as their appropriate filetype and change clone url
kiyan42
2020-06-19
refacto: remove buf_state
kiyan42
2020-06-14
Add tree-sitter-regex
Stephan Seitz
2020-05-15
Expose internal api.
kiyan42
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-05-03
Add 'nvim-treesitter/node-movement'
Stephan Seitz
2020-05-02
modules: move textobj to incremental_selection
Thomas Vigouroux
2020-05-01
Merge pull request #36 from theHamsta/community-parsers
Kiyan Yazdani
2020-05-01
Add some more community parsers
Stephan Seitz
2020-05-01
update docs for ensure installed, move modules config in config.modules
kiyan42
2020-05-01
Add `ensure_installed` option to config
Stephan Seitz
2020-04-25
refactor(textobj): use configs and don't use VimL
Thomas Vigouroux
2020-04-25
fix: config is enabled also checks parser existence
kiyan42
2020-04-24
feat/refacto: improve configurations
kiyan42
2020-04-21
feat/refacto: add configs.lua, setup install
kiyan42