diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-17 22:49:37 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-17 22:49:37 +0100 |
| commit | 75177e174bd9d95937e3f4df1766ac28705b1f6a (patch) | |
| tree | 720e4d1962814074344765d0a3e1b6c409251498 /lua/user/lsp/settings/ccls.lua | |
| parent | d9a4a1e4b070480735b0693b5d0fb6a41e6416d6 (diff) | |
aleksav013/aleksa-toolchain
Diffstat (limited to 'lua/user/lsp/settings/ccls.lua')
| -rw-r--r-- | lua/user/lsp/settings/ccls.lua | 2 |
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 |
