Reconcile Neovim setup packages
This commit is contained in:
@@ -69,7 +69,7 @@ return {
|
||||
redhat = { telemetry = { enabled = false } },
|
||||
-- formatting disabled by default in yaml-language-server; enable it
|
||||
yaml = {
|
||||
format = { enable = true },
|
||||
format = { enable = true, printWidth = 100 },
|
||||
validate = false, -- Disable all schema validation
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user