Skip to content

Conversation

@kjuq
Copy link
Contributor

@kjuq kjuq commented Sep 19, 2025

Describe your changes

StyLua now has LSP support and should appear under this category.

Issue ticket number and link

Checklist before requesting a review

  • I have successfully tested installation of the package.
  • I have successfully tested the package after installation.

@williambotman williambotman requested a review from a team September 19, 2025 11:55
add neovim->lspconfig
@chrisgrieser chrisgrieser self-requested a review September 20, 2025 09:30
@chrisgrieser chrisgrieser requested a review from a team September 20, 2025 09:31
Copy link
Contributor

@Conarius Conarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Conarius Conarius merged commit 68b5ead into mason-org:main Sep 20, 2025
18 checks passed
lan1812783 added a commit to lan1812783/nvim that referenced this pull request Oct 19, 2025
- LSP:
  - Use `after/lsp/` directory to configure LSP behavior
    (https://neovim.io/doc/user/lsp.html#lsp-faq) instead of manually
    call `vim.lsp.enable()` on each LSP configuration
  - Remap `grr` to not include declaration
  - Add format on save autocmd if the LSP server supports it
  - Remove the usage of the deprecated `vim.lsp.protocol.Methods`
    (neovim/neovim#35998) in favor of using their string literal
    counterparts
  - Use `stylua` via LSP mode (since v2.2.0) instead of via none-ls as
    the formatter
    - JohnnyMorganz/StyLua#970
    - neovim/nvim-lspconfig#4073
    - mason-org/mason-registry#11613
  - Add `fidget.nvim` plugin to visually see LSP progress messages
  - Add `buf-ls` LSP server to support Protocol Buffers development
- Add `winborder` option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants