config-astronvim/lua/user/plugins/others.lua

18 lines
325 B
Lua
Raw Normal View History

2023-05-11 18:41:27 +02:00
return {
2023-05-23 19:35:54 +02:00
-- direnv
2023-11-02 12:09:41 +01:00
{ "direnv/direnv.vim", lazy = false },
{
"vhyrro/luarocks.nvim",
priority = 1000,
config = true,
},
-- {
-- "rest-nvim/rest.nvim",
-- ft = "http",
-- dependencies = { "luarocks.nvim" },
-- config = function()
-- require("rest-nvim").setup()
-- end,
-- }
2023-05-11 18:41:27 +02:00
}