diff --git a/lua/plugins/functional/neorg.lua b/lua/plugins/functional/neorg.lua index cfdd535..d9d4978 100644 --- a/lua/plugins/functional/neorg.lua +++ b/lua/plugins/functional/neorg.lua @@ -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", "", "(neorg.itero.next-iteration)", { buffer = true }) vim.keymap.set("n", "m", "Neorg inject-metadata", { buffer = true }) vim.keymap.set("n", "f", "Telescope neorg insert_link", { buffer = true }) + vim.opt.colorcolumn = "140" end, }) end, diff --git a/lua/plugins/functional/scrolleof.lua b/lua/plugins/functional/scrolleof.lua new file mode 100644 index 0000000..f9093b7 --- /dev/null +++ b/lua/plugins/functional/scrolleof.lua @@ -0,0 +1,5 @@ +return { + "Aasim-A/scrollEOF.nvim", + event = { "CursorMoved", "WinScrolled" }, + opts = {}, +}