added scrolloff for end of file and blogging stuff

This commit is contained in:
2026-03-22 11:37:00 +00:00
parent 570ab4dc51
commit 1d69673e62
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ return {
config = {
workspaces = {
notes = "~/Notes",
site = "~/Documents/voidarc/content/",
},
default_workspace = "notes",
},
@@ -74,6 +75,7 @@ return {
vim.keymap.set("i", "<CR>", "<Plug>(neorg.itero.next-iteration)", { buffer = true })
vim.keymap.set("n", "<localleader>m", "<cmd>Neorg inject-metadata<CR>", { buffer = true })
vim.keymap.set("n", "<localleader>f", "<cmd>Telescope neorg insert_link<CR>", { buffer = true })
vim.opt.colorcolumn = "140"
end,
})
end,

View File

@@ -0,0 +1,5 @@
return {
"Aasim-A/scrollEOF.nvim",
event = { "CursorMoved", "WinScrolled" },
opts = {},
}