Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
9 lines
132 B
Lua
9 lines
132 B
Lua
return {
|
|
"nvim-orgmode/orgmode",
|
|
event = "VeryLazy",
|
|
config = function()
|
|
-- Setup orgmode
|
|
require("orgmode").setup()
|
|
end,
|
|
}
|