fix(stylua): stylua is now also an LSP. Disable it since we use the CLI tool.

This commit is contained in:
Folke Lemaitre
2025-09-30 18:10:36 +02:00
parent 4ebcd611b2
commit 2f76d572a2

View File

@@ -71,6 +71,7 @@ return {
---@alias lazyvim.lsp.Config vim.lsp.Config|{mason?:boolean, enabled?:boolean}
---@type table<string, lazyvim.lsp.Config|boolean>
servers = {
stylua = { enabled = false },
lua_ls = {
-- mason = false, -- set to false if you don't want this server to be installed with mason
-- Use this to add any additional keymaps