fix(nvim): properly load neorg
This commit is contained in:
parent
b8765d1df6
commit
106d9ab6bd
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user