1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: treesitter: blade does not require npm anymore

This commit is contained in:
Henrik Hautakoski 2024-09-06 12:36:40 +02:00
parent c5e788a3f1
commit f8cbe1acfe

View file

@ -44,8 +44,6 @@ return {
url = "https://github.com/EmranMR/tree-sitter-blade",
branch = "main",
files = { "src/parser.c" },
generate_requires_npm = true,
requires_generate_from_grammar = true,
},
filetype = "blade",
}