[MINOR] added neorg

This commit is contained in:
Afonso Franco 2023-03-07 21:48:39 +00:00
parent bb3b544724
commit a1039550fc
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
4 changed files with 47 additions and 29 deletions

View file

@ -145,9 +145,23 @@ lazy.setup({
end,
},
-------------------------------------------SYNTAX----------------------------------------------
'kmonad/kmonad-vim',
'elkowar/yuck.vim'
-------------------------------------------OTHERS----------------------------------------------
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
opts = {
load = {
["core.defaults"] = {}, -- Loads default behaviour
["core.norg.concealer"] = {} -- Adds pretty icons to your documents
},
},
dependencies = { { "nvim-lua/plenary.nvim" } },
},
'kmonad/kmonad-vim',
'elkowar/yuck.vim',
--Discord Rich Presence
'andweeb/presence.nvim'
})