Skip to content
Discussion options

You must be logged in to vote
              treesitter-kulala-http-grammar = pkgs.tree-sitter.buildGrammar {
                language = "kulala_http";
                version = "5.3.1"; # <-- this can be anything I ususally do like, inputs.kulala-grammar.shortRev
                src = inputs.kulala-grammar;
                location = "lua/tree-sitter";
              };
              all-grammars = pkgs.vimPlugins.nvim-treesitter.withPlugins (
                plugins:
                pkgs.vimPlugins.nvim-treesitter.allGrammars
                ++ [ treesitter-kulala-http-grammar ] # you had an extra buildGrammar here
              );

Also you can fetch it with inputs if you dont want to deal with the hash thing, as I di…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by BirdeeHub
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #338 on September 16, 2025 15:37.