547 current 1970-01-01 01:00:00 24.11.20250201.f668777 6.6.74 *

This commit is contained in:
Max Känner 2025-02-03 14:01:04 +01:00
parent 7d2771d133
commit a9e9fbb543

View File

@ -1,35 +1,37 @@
---@type LazySpec ---@type LazySpec
return { return {
"AstroNvim/astrocore", "AstroNvim/astrocore",
opts = { opts = {
options = { options = {
opt = { opt = {
relativenumber = false, relativenumber = false,
number = true, number = true,
spell = true, spell = true,
signcolumn = "yes", signcolumn = "yes",
wrap = true, wrap = true,
colorcolumn = "80,120", colorcolumn = "80,120",
}, },
g = { g = {
inlay_hints_enabled = true, inlay_hints_enabled = true,
}, },
}, },
lsp = { lsp = {
config = { config = {
rust_analyzer = { rust_analyzer = {
settings = { settings = {
["rust-analyzer"] = { ["rust-analyzer"] = {
cargo = { buildScripts = { enable = true } }, cargo = { buildScripts = { enable = true } },
procMacro = { enable = true }, installCargo = false,
check = { installRustc = false,
command = "clippy", procMacro = { enable = true },
}, check = {
}, command = "clippy",
}, },
}, },
clangd = { capabilities = { offsetEncoding = "utf-8" } }, },
}, },
}, clangd = { capabilities = { offsetEncoding = "utf-8" } },
}, },
},
},
} }