From 2a5f8920d10c4a85586ae6d697f233ce52144a10 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Fri, 24 Feb 2023 01:35:43 +0100 Subject: nvim-lsp-installer replaced with mason.nvim --- lua/user/lsp/ccls.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/user/lsp/ccls.lua') diff --git a/lua/user/lsp/ccls.lua b/lua/user/lsp/ccls.lua index f8817dc..94fe2a0 100644 --- a/lua/user/lsp/ccls.lua +++ b/lua/user/lsp/ccls.lua @@ -16,11 +16,6 @@ end if string.match(vim.fn.expand('%:p'),"/home/aleksa/mygit/oldrepos/mykernel/") then extraArgs_opt = { "--sysroot=/opt/aleksa", "--gcc-toolchain=/opt/aleksa/usr/bin/i686-aleksa-gcc", }; ---[[ - vim.opt["shiftwidth"]=4; - vim.opt["tabstop"]=4; - vim.opt["expandtab"]=true; -]] vim.notify("mykernel"); end @@ -49,7 +44,6 @@ lspconfig.ccls.setup { debounce_text_changes = 150, }; init_options = { - compilationDatabaseDirectory = "build"; cache = { directory = "/tmp/ccls-cache"; }; -- cgit v1.2.3