From 9c884a4efd547a2da1982bdd655d7e8c57a485e3 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 5 Sep 2025 22:35:19 +0530 Subject: chore(home/neovim/lsp): clangd -> ccls --- home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/common') diff --git a/home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua b/home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua index eacdb58..49e35e2 100644 --- a/home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua +++ b/home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua @@ -201,7 +201,7 @@ return { -- - settings (table): Override the default settings passed when initializing the server. -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { - clangd = {}, + ccls = {}, pyright = {}, rust_analyzer = {}, yamlls = {}, -- cgit v1.2.3