Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Treesitter error when running rest plugin #1466

Open
1 task done
mrityunjaygr8 opened this issue Apr 26, 2024 · 1 comment
Open
1 task done

[BUG] Treesitter error when running rest plugin #1466

mrityunjaygr8 opened this issue Apr 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mrityunjaygr8
Copy link

Field Description
Plugin rest
Nixpkgs unstable
Home Manager ``
  • I have read the FAQ and my bug is not listed there.

Description

I have enabled the rest.nvim plugin, and when i try to send a request using :Rest run I am getting an error saying that Error executing Lua callback: ...0.9.5/share/nvim/runtime/lua/vim/treesitter/language.lua:93: no parser for 'conf' language, see :help treesitter-parsers

Please see the attached screenshot
image

Let me know what other information is required from my side to help fix this issue

Minimal, Reproducible Example (MRE)

programs.nixvim = {
  plugins.rest.enable = true;
  plugins.treesitter.enable = true;
  plugins.treesitter.ensureInstalled = ["lua" "xml" "http" "json" "graphql"];
}
@mrityunjaygr8 mrityunjaygr8 added the bug Something isn't working label Apr 26, 2024
@traxys
Copy link
Member

traxys commented May 3, 2024

Maybe you need "conf" in ensureInstalled ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants