mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(stylua): stylua is now also an LSP. Disable it since we use the CLI tool.
This commit is contained in:
parent
4ebcd611b2
commit
2f76d572a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue