diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-16 05:02:03 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | f392f13af41444920ebbb0a41f07a4843761abe6 (patch) | |
| tree | 9e5c067565f1f6eaf2741a7b7a348ea98dc4fb01 /lua/nvim-treesitter/parsers.lua | |
| parent | 1fa1ddea848cc0996c36c9ed2a80fd036385cd2e (diff) | |
Add an error message if NPM is not available but needed
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4cc34d17..4a021df0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -433,7 +433,6 @@ list.jsdoc = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-jsdoc", files = { "src/parser.c" }, - requires_generate_from_grammar = true, }, maintainers = {"@steelsojka"}, } |
