aboutsummaryrefslogtreecommitdiff
path: root/lua/user/lsp/ccls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/lsp/ccls.lua')
-rw-r--r--lua/user/lsp/ccls.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/user/lsp/ccls.lua b/lua/user/lsp/ccls.lua
index 9127e5b..8b048e3 100644
--- a/lua/user/lsp/ccls.lua
+++ b/lua/user/lsp/ccls.lua
@@ -9,6 +9,10 @@ local extraArgs_opt = {};
if string.match(vim.fn.expand('%:p'),"/home/aleksa/mygit/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("aleksav013/mykernel");
else
end