summaryrefslogtreecommitdiff
path: root/home/common
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-09-05 22:35:19 +0530
committersinanmohd <sinan@sinanmohd.com>2025-09-05 22:35:19 +0530
commit9c884a4efd547a2da1982bdd655d7e8c57a485e3 (patch)
treec8d42f2c36cf300fdbbe3e30860393175c8cfc31 /home/common
parent370b11c911f81ba8cccb183413cf3b1eebf1614a (diff)
chore(home/neovim/lsp): clangd -> ccls
Diffstat (limited to 'home/common')
-rw-r--r--home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua2
1 files changed, 1 insertions, 1 deletions
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 = {},