From ea94991a3c9816ae5a2cc87e2dd70759db6e4118 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 7 Feb 2025 13:28:26 +0530 Subject: [PATCH] feat: Added sourcekit --- neovim/default.nix | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/neovim/default.nix b/neovim/default.nix index 75e9cca2..cec34ccc 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -495,40 +495,7 @@ in { sqls.enable = true; pyright.enable = true; slint_lsp.enable = true; - # rust_analyzer = { - # 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"; - # }; - # }; - # }; + sourcekit.enable = true; }; onAttach = /*