From a9e9fbb543c9542bf7471f165e9d9b1e4790ea71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 3 Feb 2025 14:01:04 +0100 Subject: [PATCH] 547 current 1970-01-01 01:00:00 24.11.20250201.f668777 6.6.74 * --- .../home/shell/nvim-lua/plugins/astrocore.lua | 66 ++++++++++--------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/modules/home/shell/nvim-lua/plugins/astrocore.lua b/modules/home/shell/nvim-lua/plugins/astrocore.lua index f09398d..d7519c8 100644 --- a/modules/home/shell/nvim-lua/plugins/astrocore.lua +++ b/modules/home/shell/nvim-lua/plugins/astrocore.lua @@ -1,35 +1,37 @@ ---@type LazySpec return { - "AstroNvim/astrocore", - opts = { - options = { - opt = { - relativenumber = false, - number = true, - spell = true, - signcolumn = "yes", - wrap = true, - colorcolumn = "80,120", - }, - g = { - inlay_hints_enabled = true, - }, - }, - lsp = { - config = { - rust_analyzer = { - settings = { - ["rust-analyzer"] = { - cargo = { buildScripts = { enable = true } }, - procMacro = { enable = true }, - check = { - command = "clippy", - }, - }, - }, - }, - clangd = { capabilities = { offsetEncoding = "utf-8" } }, - }, - }, - }, + "AstroNvim/astrocore", + opts = { + options = { + opt = { + relativenumber = false, + number = true, + spell = true, + signcolumn = "yes", + wrap = true, + colorcolumn = "80,120", + }, + g = { + inlay_hints_enabled = true, + }, + }, + lsp = { + config = { + rust_analyzer = { + settings = { + ["rust-analyzer"] = { + cargo = { buildScripts = { enable = true } }, + installCargo = false, + installRustc = false, + procMacro = { enable = true }, + check = { + command = "clippy", + }, + }, + }, + }, + clangd = { capabilities = { offsetEncoding = "utf-8" } }, + }, + }, + }, }