lots of nonsense, neorg and autosave now in a usable state

This commit is contained in:
2026-02-17 17:15:37 +00:00
parent eee5b39eb1
commit de48076947
6 changed files with 89 additions and 12 deletions

View File

@@ -36,13 +36,13 @@ return {
-- "cmdline", -- Generally configured separately, but often included by default
},
providers = {
lazydev = {
name = "LazyDev",
module = "lazydev.integrations.blink",
-- make lazydev completions top priority (see `:h blink.cmp`)
score_offset = 100,
},
},
lazydev = {
name = "LazyDev",
module = "lazydev.integrations.blink",
-- make lazydev completions top priority (see `:h blink.cmp`)
score_offset = 100,
},
},
},
},
}

View File

@@ -9,6 +9,7 @@ return {
nix = { "nixfmt" },
},
format_on_save = true,
undojoin = true,
})
end,
}