fix(nvim): use clang-tools not libclang for lsp

This commit is contained in:
buffet 2023-07-03 11:53:10 +02:00
parent 0e374aa150
commit 3a508d8afe

View file

@ -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