master #1

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

View File

@@ -110,9 +110,9 @@ lsp_installer.on_server_ready(function(server)
}
-- (optional) Customize the options passed to the server
-- if server.name == "tsserver" then
-- opts.root_dir = function() ... end
-- end
if server.name == "clangd" then
opts.cmd = { "clangd" , "--compile-commands-dir=build_nvim"}
end
-- This setup() function is exactly the same as lspconfig's setup function (:help lspconfig-quickstart)
server:setup(opts)