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
2021-02-27
chore: remove useless code and indent files
kiyan
2021-02-01
Implement `TSToggleAll`.
echasnovski
2021-02-01
Implement `TSBufToggle`.
echasnovski
2021-01-14
Revert "added attach async"
Thomas Vigouroux
2021-01-08
fixed not highlighting bug
Brian Shu
2021-01-07
added attach async
Brian Shu
2020-10-24
feat: add TSConfigInfo to display current config
Stephan Seitz
2020-10-22
fix(markdown): disable highlighting
Thomas Vigouroux
2020-10-19
Treesitter indent
kiyan42
2020-10-19
start indent module
kiyan42
2020-10-04
Remove textobjects module
Stephan Seitz
2020-10-04
Merge pull request #487 from steelsojka/remove-refactor
Steven Sojka
2020-09-27
Add lockfile and make lockfile default install revision
Stephan Seitz
2020-09-25
chore(modules): remove refactor module
Steven Sojka
2020-09-11
Allow to call setup on already loaded modules.
Santos Gallegos
2020-09-10
Improve startuptime
Santos Gallegos
2020-09-08
Import treesitter.install only when needed
Santos Gallegos
2020-09-06
Text objects: check for query files first
Santos Gallegos
2020-09-05
Completion: use custom instead of customlist
Santos Gallegos
2020-09-05
fix ts_available_modules should be using nvim_treesitter#available_modules
kiyan42
2020-09-04
Refactor: move completion functions to autoload
Santos Gallegos
2020-08-31
Fix(modules): simplify configs.setup
Stephan Seitz
2020-08-31
Avoid enabling disabled modules (even if they were disabled immediately)
Stephan Seitz
2020-08-31
feat(refactor.navigation): add navigation.goto_{next,previous}_usage
Stephan Seitz
2020-08-22
fix(modules): do not reattach if already attached
Steven Sojka
2020-08-17
chore(textobjects): split up into submodules
Stephan Seitz
2020-08-17
Textobjects: provide mappings for all swap/goto functions
Stephan Seitz
2020-08-17
Textobjects: add swap feature
Stephan Seitz
2020-08-11
pass full module path in recurse accumulator to enable/disable sub modules
Laxman Sooriyathas
2020-08-10
configs: actually enable and disable on setup
Thomas Vigouroux
2020-07-27
configs: attach on unknown parsers too
Thomas Vigouroux
2020-07-16
Refactor: Add parsers.get_buf_lang
Stephan Seitz
2020-07-15
fix(configs): deep merge table configs
Steven Sojka
2020-07-15
fix(configs): simplify module setup process
Thomas Vigouroux
2020-07-14
Add textobjects module
Stephan Seitz
2020-07-13
Add module refactor.highlight_current_scope
Stephan Seitz
2020-07-13
Fix #167: Add custom_captures config key to set highlights for custom queries
Stephan Seitz
2020-07-07
feat(configs): dynamic module defintions
Steven Sojka
2020-07-05
Make luacheck happy
Stephan Seitz
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
[next]