diff --git a/modules/home-manager/vim/config/lua/plugins/tools/neorg.lua b/modules/home-manager/vim/config/lua/plugins/tools/neorg.lua new file mode 100644 index 0000000..50a301d --- /dev/null +++ b/modules/home-manager/vim/config/lua/plugins/tools/neorg.lua @@ -0,0 +1,4 @@ +return { + { "vhyrro/luarocks.nvim", priority = 1000, config = true }, + { "nvim-neorg/neorg", dependencies = { "luarocks.nvim" }, lazy = false, version = "*", config = true }, +}