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-07-18
Re-attach module when the file type is changed
Santos Gallegos
2021-07-11
New stylua version (#1555)
Stephan Seitz
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-07-04
Improved passing bang to functions
Shane Hird
2021-07-04
Fix ensure_installed function
Shane Hird
2021-07-04
TSUpdate does not install if up to date
Shane Hird
2021-04-22
feat(incremental_selection): don't require locals
Thomas Vigouroux
2021-04-19
Avoid Lua 5.3 function table.unpack
Stephan Seitz
2021-04-16
Fix TSEditQuery with several files (#1191)
Santos Gallegos
2021-04-14
feat: Add TSEditQueryUserAfter
Stephan Seitz
2021-04-14
feat: Add TSEditQuery
Stephan Seitz
2021-03-24
feat(install): allow ignore list when installing parsers (#1098)
Steven Sojka
2021-03-18
feat: Allow to configure to use syntax and tree-sitter together
Stephan Seitz
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
[next]