summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {},