From c5da25cb6c8d10315b441e69829e179753dd5c5c Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sat, 29 Jan 2022 13:48:23 +0100 Subject: adding colorscheme & changing indentation --- lua/user/lsp/ccls.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/user/lsp/ccls.lua') 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 -- cgit v1.2.3