nvim-treesitter/lua/nvim-treesitter
Santos Gallegos 9bb3b05481 Fold: don't fold the first line from the node
Currently the fold will hide the function name,
this makes it hard to have context over the fold.

Leaving the first line visible makes it easy to read.
2020-09-04 23:15:37 -05:00
..
refactor feat(refactor.navigation): allow a fallback_function for goto_definition 2020-08-31 22:16:27 +02:00
textobjects use xmap instead of vmap in textobjects 2020-09-01 20:50:31 +02:00
caching.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
configs.lua Refactor: move completion functions to autoload 2020-09-04 21:20:30 +02:00
fold.lua Fold: don't fold the first line from the node 2020-09-04 23:15:37 -05:00
health.lua fix(health): only check installed parsers 2020-08-27 21:39:11 +02:00
highlight.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
incremental_selection.lua use xmap in detach 2020-09-01 20:50:31 +02:00
info.lua Refactor: move completion functions to autoload 2020-09-04 21:20:30 +02:00
install.lua Refactor: move completion functions to autoload 2020-09-04 21:20:30 +02:00
locals.lua fix(locals): add nil guard for definition id creation 2020-08-25 14:35:08 +02:00
parsers.lua add scanner file for fennel parser 2020-09-02 06:59:42 +02:00
query.lua health: add fold queries to check health 2020-09-01 21:51:17 +02:00
query_predicates.lua preds: declare set! predicate 2020-09-03 18:19:18 +02:00
ts_utils.lua feat(refactor.navigation): add navigation.goto_{next,previous}_usage 2020-08-31 18:56:41 +02:00
utils.lua feat(refactor.navigation): add navigation.goto_{next,previous}_usage 2020-08-31 18:56:41 +02:00