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-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
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