Commit db1c4f7 1 parent f81ac7f commit db1c4f7 Copy full SHA for db1c4f7
File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,7 @@ The recommended installation method is via [rocks.nvim](https://github.com/nvim-
85
85
- Run ` :Rocks install neorg ` .
86
86
- Add the following to your config's ` lua/plugins/neorg.lua ` :
87
87
``` lua
88
- require (" neorg" ).setup ({
89
- load = {
90
- [" core.defaults" ] = {},
91
- }
92
- })
88
+ require (" neorg" ).setup ()
93
89
```
94
90
95
91
</details >
@@ -126,13 +122,7 @@ See [this blog](https://vhyrro.github.io/posts/neorg-and-luarocks/) for more inf
126
122
dependencies = { " luarocks.nvim" },
127
123
lazy = false , -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
128
124
version = " *" , -- Pin Neorg to the latest stable release
129
- config = function ()
130
- require (" neorg" ).setup ({
131
- load = {
132
- [" core.defaults" ] = {},
133
- },
134
- })
135
- end ,
125
+ config = true ,
136
126
}
137
127
```
138
128
You can’t perform that action at this time.
0 commit comments