mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(oxc): added fixKind = "all"
This commit is contained in:
parent
96f4f18d7d
commit
85afbbc94b
1 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,11 @@ return {
|
|||
opts = {
|
||||
servers = {
|
||||
---@type lspconfig.settings.oxlint
|
||||
oxlint = {},
|
||||
oxlint = {
|
||||
settings = {
|
||||
fixKind = "all",
|
||||
},
|
||||
},
|
||||
--- disable the oxfmt lsp server since we use conform for formatting
|
||||
oxfmt = { enabled = false },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue