aboutsummaryrefslogtreecommitdiff
path: root/lua/user/lsp/settings
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/lsp/settings')
-rw-r--r--lua/user/lsp/settings/ccls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lsp/settings/ccls.lua b/lua/user/lsp/settings/ccls.lua
index d663f7c..f182d8a 100644
--- a/lua/user/lsp/settings/ccls.lua
+++ b/lua/user/lsp/settings/ccls.lua
@@ -8,7 +8,7 @@ vim.notify(vim.fn.expand('%:p'));
local extraArgs_opt = {};
if string.match(vim.fn.expand('%:p'),"/home/aleksa/mygit/mykernel/") then
- extraArgs_opt = { "--sysroot=/home/aleksa/mygit/mykernel/sysroot", "--gcc-toolchain=/usr/bin/i686-elf-gcc", "-ffreestanding", "-nobuiltininc"};
+ extraArgs_opt = { "--sysroot=/opt/aleksa", "--gcc-toolchain=/opt/aleksa/usr/bin/i686-aleksa-gcc", };
else
end