We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ff935 commit 4296d2fCopy full SHA for 4296d2f
lua/astrocommunity/note-taking/neorg/init.lua
@@ -1,6 +1,6 @@
1
return {
2
"nvim-neorg/neorg",
3
- version = "^8",
+ version = "^9",
4
event = "VeryLazy",
5
dependencies = { "nvim-treesitter/nvim-treesitter" },
6
opts = function(_, opts)
@@ -29,4 +29,15 @@ return {
29
},
30
})
31
end,
32
+ specs = {
33
+ {
34
+ "nvim-treesitter/nvim-treesitter",
35
+ opts = function(_, opts)
36
+ if opts.ensure_installed ~= "all" then
37
+ opts.ensure_installed =
38
+ require("astrocore").list_insert_unique(opts.ensure_installed, { "norg", "norg_meta" })
39
+ end
40
+ end,
41
+ },
42
43
}
0 commit comments