feat: Added sourcekit
This commit is contained in:
@@ -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 =
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user