79773656

Date: 2025-09-24 11:32:50
Score: 0.5
Natty:
Report link

As an alternative to the other solutions, you can add the path where the builtin parsers are located to the runtimepath (rtp). In my case /usr/lib/nvim:

require("lazy").setup({
  ...
  performance = { rtp = { paths = { "/usr/lib/nvim" } } },
  ...
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergio Llorente