added scrolloff for end of file and blogging stuff
This commit is contained in:
@@ -31,6 +31,7 @@ return {
|
|||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
notes = "~/Notes",
|
notes = "~/Notes",
|
||||||
|
site = "~/Documents/voidarc/content/",
|
||||||
},
|
},
|
||||||
default_workspace = "notes",
|
default_workspace = "notes",
|
||||||
},
|
},
|
||||||
@@ -74,6 +75,7 @@ return {
|
|||||||
vim.keymap.set("i", "<CR>", "<Plug>(neorg.itero.next-iteration)", { buffer = true })
|
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>m", "<cmd>Neorg inject-metadata<CR>", { buffer = true })
|
||||||
vim.keymap.set("n", "<localleader>f", "<cmd>Telescope neorg insert_link<CR>", { buffer = true })
|
vim.keymap.set("n", "<localleader>f", "<cmd>Telescope neorg insert_link<CR>", { buffer = true })
|
||||||
|
vim.opt.colorcolumn = "140"
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|||||||
5
lua/plugins/functional/scrolleof.lua
Normal file
5
lua/plugins/functional/scrolleof.lua
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
return {
|
||||||
|
"Aasim-A/scrollEOF.nvim",
|
||||||
|
event = { "CursorMoved", "WinScrolled" },
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user