Update plugins and fix neorg
This commit is contained in:
5
lua/plugins/luarocks.lua
Normal file
5
lua/plugins/luarocks.lua
Normal file
@ -0,0 +1,5 @@
|
||||
return {
|
||||
'vhyrro/luarocks.nvim',
|
||||
priority = 1000, -- We'd like this plugin to load first out of the rest
|
||||
config = true, -- This automatically runs `require("luarocks-nvim").setup()`
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
return {
|
||||
'nvim-neorg/neorg',
|
||||
build = ':Neorg sync-parsers',
|
||||
branch = 'main',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'luarocks.nvim',
|
||||
{
|
||||
'nvim-neorg/neorg-telescope',
|
||||
branch = 'main'
|
||||
|
Reference in New Issue
Block a user