mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(stylua): stylua is now also an LSP. Disable it since we use the CLI tool.
This commit is contained in:
@@ -71,6 +71,7 @@ return {
|
|||||||
---@alias lazyvim.lsp.Config vim.lsp.Config|{mason?:boolean, enabled?:boolean}
|
---@alias lazyvim.lsp.Config vim.lsp.Config|{mason?:boolean, enabled?:boolean}
|
||||||
---@type table<string, lazyvim.lsp.Config|boolean>
|
---@type table<string, lazyvim.lsp.Config|boolean>
|
||||||
servers = {
|
servers = {
|
||||||
|
stylua = { enabled = false },
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
-- mason = false, -- set to false if you don't want this server to be installed with mason
|
-- mason = false, -- set to false if you don't want this server to be installed with mason
|
||||||
-- Use this to add any additional keymaps
|
-- Use this to add any additional keymaps
|
||||||
|
|||||||
Reference in New Issue
Block a user