diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-12 19:26:14 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-12 19:26:14 -0400 |
| commit | fea1f4afd4b6f16f55927e79fa35b8d9e4f71a7c (patch) | |
| tree | 2325a52dc1e9e70875057c918bbb544cb6e6cec7 /pkgs | |
| parent | 8dd09c3ffed772c81a28855903333e39fe3b60d8 (diff) | |
neovim: update c lsp config
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/lsp.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/lsp.lua b/pkgs/custom-neovim/config/lua/lsp.lua index 9269713..1816aba 100644 --- a/pkgs/custom-neovim/config/lua/lsp.lua +++ b/pkgs/custom-neovim/config/lua/lsp.lua @@ -41,7 +41,8 @@ vim.lsp.config("ccls", { root_markers = { 'compile_commands.json', '.ccls', '.git' }, offset_encoding = 'utf-32', -- ccls does not support sending a null root directory - workspace_required = true, + -- workspace_required = true, + workspace_required = false, }) vim.lsp.enable("ccls") |
