-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
feat: Add regal lsp support (OPA rego linter) #426
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Regal support to mason was added in mason-org/mason-registry#5717
jamietanna
approved these changes
Jul 14, 2024
williamboman
approved these changes
Aug 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks and apologies for late review!
This comment has been minimized.
This comment has been minimized.
williamboman
added a commit
to nenikitov/mason-lspconfig.nvim
that referenced
this pull request
Aug 4, 2024
* origin/main: feat: Add regal lsp support (OPA rego linter) (williamboman#426) tests: add nvim v0.10.1 and v0.10.1 to test matrix (williamboman#446) docs: auto-generate available LSP servers list in readme (williamboman#445) feat: add steep configuration (williamboman#422) chore: update generated code (williamboman#441) chore: update generated code (williamboman#439)
williamboman
added a commit
to taketwo/mason-lspconfig.nvim
that referenced
this pull request
Aug 4, 2024
* origin/main: feat: add textlsp (williamboman#433) feat: add hyprls (williamboman#428) feat: Add regal lsp support (OPA rego linter) (williamboman#426) tests: add nvim v0.10.1 and v0.10.1 to test matrix (williamboman#446) docs: auto-generate available LSP servers list in readme (williamboman#445) feat: add steep configuration (williamboman#422) chore: update generated code (williamboman#441) chore: update generated code (williamboman#439)
1 task
reegnz
added a commit
to reegnz/LazyVim
that referenced
this pull request
Aug 12, 2024
It took a while, but finally we can work with [OPA](https://www.openpolicyagent.org/) like a BOSS in neovim. Linking some PR-s that had to land in the past couple of months to make this config as simple as it is now: - treesitter commentstring support in JoosepAlviste/nvim-ts-context-commentstring#108 - regols support in nvim-lspconfig: neovim/nvim-lspconfig#2721 - regols support in mason-registry: mason-org/mason-registry#4896 - regols support in mason-lspconfig: williamboman/mason-lspconfig.nvim#403 - regal support in nvim-lspconfig: neovim/nvim-lspconfig#3071 - regal support in mason-registry: mason-org/mason-registry#5717 - regal support in mason-lspconfig: williamboman/mason-lspconfig.nvim#426
reegnz
added a commit
to reegnz/LazyVim
that referenced
this pull request
Aug 13, 2024
It took a while, but finally we can work with [OPA](https://www.openpolicyagent.org/) like a BOSS in neovim. Linking some PR-s that had to land in the past couple of months to make this config as simple as it is now: - treesitter commentstring support in JoosepAlviste/nvim-ts-context-commentstring#108 - regols support in nvim-lspconfig: neovim/nvim-lspconfig#2721 - regols support in mason-registry: mason-org/mason-registry#4896 - regols support in mason-lspconfig: williamboman/mason-lspconfig.nvim#403 - regal support in nvim-lspconfig: neovim/nvim-lspconfig#3071 - regal support in mason-registry: mason-org/mason-registry#5717 - regal support in mason-lspconfig: williamboman/mason-lspconfig.nvim#426 Signed-off-by: Zoltán Reegn <[email protected]>
folke
pushed a commit
to LazyVim/LazyVim
that referenced
this pull request
Nov 8, 2024
It took a while, but finally we can work with [OPA](https://www.openpolicyagent.org/) like a BOSS in neovim. Linking some PR-s that had to land in the past couple of months to make this config as simple as it is now: - treesitter commentstring support in <JoosepAlviste/nvim-ts-context-commentstring#108> - regols support in nvim-lspconfig: <neovim/nvim-lspconfig#2721> - regols support in mason-registry: <mason-org/mason-registry#4896> - regols support in mason-lspconfig: <williamboman/mason-lspconfig.nvim#403> - regal support in nvim-lspconfig: <neovim/nvim-lspconfig#3071> - regal support in mason-registry: <mason-org/mason-registry#5717> - regal support in mason-lspconfig: <williamboman/mason-lspconfig.nvim#426> ## Description <!-- Describe the big picture of your changes to communicate to the maintainers why we should accept this pull request. --> ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots <!-- Add screenshots of the changes if applicable. --> ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. Signed-off-by: Zoltán Reegn <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Regal support to mason was added in mason-org/mason-registry#5717