We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab68b1 commit 4314fc1Copy full SHA for 4314fc1
lua/neominimap/health.lua
@@ -38,7 +38,7 @@ local check_treesitter = function(health)
38
health.info("TreeSitter integration is enabled")
39
if lualib_available("nvim-treesitter") then
40
health.ok("TreeSitter is installed")
41
- local parsers = require("nvim-treesitter.parsers").available_parsers()
+ local parsers = require("nvim-treesitter").get_available()
42
if #parsers > 0 then
43
health.ok("TreeSitter parsers are installed: " .. table.concat(parsers, ", "))
44
else
0 commit comments