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

MLIR and TableGen #234

Open
zstreet87 opened this issue Jun 1, 2023 · 1 comment
Open

MLIR and TableGen #234

zstreet87 opened this issue Jun 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zstreet87
Copy link

Is your feature request related to a problem? Please describe.

I'm working on creating dialects using MLIR and there doesn't seem to be any of the language servers for this work in this repo. I use LunarVim which seems to only use the lsp's listed in mason so I'd like to add these here.

For reference:
https://github.com/llvm/vscode-mlir

Describe the solution you'd like

MLIR:
https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#mlir_lsp_server

PDLL:
https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#mlir_pdll_lsp_server

TableGen:
https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#tblgen_lsp_server

Describe potential alternatives you've considered

No response

Additional context

I believe to add these would just require a PR with the respected yaml file. I haven't done this so pointing me to an example or adding one of the above LSPs as an example, I could add the rest.

@zstreet87 zstreet87 added the enhancement New feature or request label Jun 1, 2023
@williamboman
Copy link
Owner

So these packages will first have to be added to https://github.com/mason-org/mason-registry/ (see for example CONTRIBUTING.md). Once they're added there, mappings in this plugin can be updated, for example like so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants