nvim-treesitter/lua/nvim-treesitter
kylo252 acb65eedc5 fix(installer): ignore globally installed parsers
Problem:    `is_installed` is picking up parsers shipped by neovim v0.8
            with unknown version and compatability
Solution:   only consider a parser installed if it's available in the
            parsers_install_dir
2022-11-24 09:25:58 +01:00
..
caching.lua Use stylua for autoformat code (#1480) 2021-07-04 21:12:17 +00:00
configs.lua fix(installer): ignore globally installed parsers 2022-11-24 09:25:58 +01:00
fold.lua feat(emmy): add emmylua annotations 2022-10-31 12:00:45 +01:00
health.lua chore: trim space in check-health 2022-08-03 18:45:37 +02:00
highlight.lua feat(emmy): add emmylua annotations 2022-10-31 12:00:45 +01:00
incremental_selection.lua fix: node_incremental for incremental selection jumping around (#3257) 2022-08-02 12:40:25 +00:00
indent.lua fix(indents): indents for error block (css, lua) (#3207) 2022-07-21 13:48:03 +02:00
info.lua chore: show in TSInstallInfo when parser is still loaded 2022-08-03 09:03:54 +02:00
install.lua fix(installer): ignore globally installed parsers 2022-11-24 09:25:58 +01:00
locals.lua adapt to vim.treesitter.query.get_node_text 2022-04-19 16:28:41 +02:00
parsers.lua feat: add mermaid 2022-11-20 12:24:55 +01:00
query.lua feat(emmy): add emmylua annotations 2022-10-31 12:00:45 +01:00
query_predicates.lua fix(fold): don't include whitespace end regions 2022-09-12 11:49:51 +01:00
shell_command_selectors.lua feat(emmy): add emmylua annotations 2022-10-31 12:00:45 +01:00
statusline.lua chore: cleanup main file, move statusline in module 2022-07-18 15:44:59 +02:00
ts_utils.lua nil check for lines 2022-08-06 05:38:42 -07:00
tsrange.lua Fix bugs in TSRange 2021-11-01 14:51:53 +01:00
utils.lua feat(emmy): add emmylua annotations 2022-10-31 12:00:45 +01:00