got carried away and now have noice (also neorg works great, theres some shit with python idk

This commit is contained in:
2026-02-13 22:25:54 +00:00
parent ac4759406c
commit ea9e351c83
8 changed files with 51 additions and 25 deletions

View File

@@ -1,23 +0,0 @@
return {
"nvim-neorg/neorg",
lazy = false,
version = "*",
config = function()
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
default_workspace = "notes",
},
},
},
})
vim.wo.foldlevel = 99
vim.wo.conceallevel = 2
end,
}