fix(nvim): properly load neorg

This commit is contained in:
Price Hiller 2023-09-14 23:50:53 -05:00
parent b8765d1df6
commit 106d9ab6bd
No known key found for this signature in database

View File

@ -3,7 +3,10 @@ return {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers", -- This is the important bit!
cmd = { "Neorg" },
ft = { "norg" },
event = { "FileType" },
dependencies = {
{ "nvim-treesitter/nvim-treesitter" },
},
keys = {
{ "<leader>o", desc = "> Neorg" },
{ "<leader>oj", ":Neorg journal custom<CR>", desc = "Neorg: Journal" },