🚀 perf(nvim): load neorg on norg files
This commit is contained in:
parent
af4f9919c2
commit
25bf8585f0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ return {
|
||||||
"nvim-neorg/neorg",
|
"nvim-neorg/neorg",
|
||||||
build = ":Neorg sync-parsers",
|
build = ":Neorg sync-parsers",
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
event = "VeryLazy",
|
ft = "norg",
|
||||||
opts = {
|
opts = {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {}, -- Loads default behaviour
|
["core.defaults"] = {}, -- Loads default behaviour
|
||||||
|
|
Loading…
Add table
Reference in a new issue