feat: Added sourcekit

This commit is contained in:
uttarayan21
2025-02-07 13:28:26 +05:30
parent 484ff01bbb
commit ea94991a3c

View File

@@ -495,40 +495,7 @@ in {
sqls.enable = true; sqls.enable = true;
pyright.enable = true; pyright.enable = true;
slint_lsp.enable = true; slint_lsp.enable = true;
# rust_analyzer = { sourcekit.enable = true;
# enable = false;
# package = null;
# installCargo = false;
# installRustc = false;
# settings = {
# inlayHints = {
# genericParameterHints = {
# lifetime.enable = true;
# };
# # implicitDrops.enable = true;
# };
# files = {
# excludeDirs = [
# ".cargo"
# ".direnv"
# ".git"
# ".vcpkg"
# "node_modules"
# "target"
# ];
# };
# diagnostics = {
# enable = true;
# styleLints.enable = true;
# };
# checkOnSave = true;
# check = {
# command = "check";
# features = "all";
# };
# };
# };
}; };
onAttach = onAttach =
/* /*