diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-05 22:35:19 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-05 22:35:19 +0530 |
commit | 9c884a4efd547a2da1982bdd655d7e8c57a485e3 (patch) | |
tree | c8d42f2c36cf300fdbbe3e30860393175c8cfc31 /home | |
parent | 370b11c911f81ba8cccb183413cf3b1eebf1614a (diff) |
chore(home/neovim/lsp): clangd -> ccls
Diffstat (limited to 'home')
-rw-r--r-- | home/common/modules/neovim/config/lua/pacman/plugins/lspconfig.lua | 2 |
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 = {}, |