Don't setup ccls

This commit is contained in:
Oliver Hartmann 2021-09-16 09:52:46 +02:00
parent 9de7f54dad
commit df2c98077c

View File

@ -2,7 +2,7 @@ local nvim_lsp = require 'lspconfig'
local utils = require('utils') local utils = require('utils')
-- We use the default settings for ccls and pylsp: the option table can stay empty -- 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.pyright.setup{}
nvim_lsp.clangd.setup{} nvim_lsp.clangd.setup{}
nvim_lsp.cmake.setup{} nvim_lsp.cmake.setup{}