Update plugins and fix neorg

This commit is contained in:
2024-03-27 21:32:03 +01:00
parent 9441307921
commit eaada06d1a
3 changed files with 52 additions and 47 deletions

5
lua/plugins/luarocks.lua Normal file
View 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()`
}