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-12-14
parsers: Add MDeiml/tree-sitter-markdown as markdown parser
Stephan Seitz
2021-11-28
Fix docs
patrick96
2021-11-28
Make disable accept a function
patrick96
2021-11-28
Rename cond to condition
patrick96
2021-11-12
Add condition function to module config
patrick96
2021-11-08
refactor: nitpicking
Sirisak Lueangsaksri
2021-11-08
feat: sync install for `ensure_installed`
Sirisak Lueangsaksri
2021-10-22
Use wrapper around vim.notify with common options
Santos Gallegos
2021-10-03
chore: use vim.ui.select for TSEditQuery if available
Stephan Seitz
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
[next]