mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +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 = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
---@type lspconfig.settings.oxlint
|
---@type lspconfig.settings.oxlint
|
||||||
oxlint = {},
|
oxlint = {
|
||||||
|
settings = {
|
||||||
|
fixKind = "all",
|
||||||
|
},
|
||||||
|
},
|
||||||
--- disable the oxfmt lsp server since we use conform for formatting
|
--- disable the oxfmt lsp server since we use conform for formatting
|
||||||
oxfmt = { enabled = false },
|
oxfmt = { enabled = false },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue