Browse Source

fix(langs, rust): Switch lsp to `clangd` for linux/windows.

my-config
connorgmeean 2 years ago
parent
commit
1b8eb58a4f
  1. 2
      lua/doom/modules/langs/cc/init.lua

2
lua/doom/modules/langs/cc/init.lua

@ -15,7 +15,7 @@ cc.settings = {
disable_lsp = false,
--- name of the language server
--- @type string
lsp_name = utils.get_sysname() == "Darwin" and "clangd" or "ccls",
lsp_name = "clangd",
--- Custom config to pass to nvim-lspconfig
--- @type table|nil
lsp_config = {

Loading…
Cancel
Save