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] BUG: Some lspconfig lsp filetypes option doesn't work (html for example) #1507

Open
1 task done
heisfer opened this issue May 10, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@heisfer
Copy link

heisfer commented May 10, 2024

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

Description

I'm using standalone nixvim template.

Minimal, Reproducible Example (MRE)

programs.nixvim = {
  plugins.lsp {
    enable = true;
    servers = {
      html = {
        enable = true;
        filetypes = [ "html" "test" ]; # this doesn't work (opened in html file and :LspInfo showed html and templ only
      };
      gopls = {
        enable = true;
        filetypes = [  "go" "test" ]; # this works
      };
    };
  };
}
@heisfer heisfer added the bug Something isn't working label May 10, 2024
@heisfer heisfer changed the title [BUG] <BUG: Some lspconfig lsp filetypes option doesn't work (html for example) [BUG] BUG: Some lspconfig lsp filetypes option doesn't work (html for example) May 10, 2024
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

1 participant