master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 6c8531b67a - Show all commits

View File

@@ -152,6 +152,13 @@ lsp_installer.on_server_ready(function(server)
}, },
} }
end end
if server.name == 'yamlls' then
opts.settings = {
yaml = {
validate = false
}
}
end
-- This setup() function is exactly the same as lspconfig's setup function (:help lspconfig-quickstart) -- This setup() function is exactly the same as lspconfig's setup function (:help lspconfig-quickstart)
server:setup(opts) server:setup(opts)