fix(nvim): use clang-tools not libclang for lsp
This commit is contained in:
parent
0e374aa150
commit
3a508d8afe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libclang
|
clang-tools
|
||||||
nil
|
nil
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
sumneko-lua-language-server
|
sumneko-lua-language-server
|
||||||
|
|
Loading…
Reference in a new issue