From df2c98077c9fbf6326c9b46e193e1cb0734c75b5 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 16 Sep 2021 09:52:46 +0200 Subject: [PATCH] Don't setup ccls --- lua/mylsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/mylsp.lua b/lua/mylsp.lua index 6d84591..2c812fc 100644 --- a/lua/mylsp.lua +++ b/lua/mylsp.lua @@ -2,7 +2,7 @@ local nvim_lsp = require 'lspconfig' local utils = require('utils') -- We use the default settings for ccls and pylsp: the option table can stay empty -nvim_lsp.ccls.setup {} +-- nvim_lsp.ccls.setup {} nvim_lsp.pyright.setup{} nvim_lsp.clangd.setup{} nvim_lsp.cmake.setup{}