586 current 2024-05-14 15:54:55 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
b2e0b0b997
commit
81e21b3b72
1 changed files with 15 additions and 0 deletions
15
modules/home-manager/vim/config/lua/plugins/tools/rest.lua
Normal file
15
modules/home-manager/vim/config/lua/plugins/tools/rest.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"vhyrro/luarocks.nvim",
|
||||
priority = 1000,
|
||||
config = true,
|
||||
opts = {
|
||||
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
|
||||
},
|
||||
}, {
|
||||
"rest-nvim/rest.nvim",
|
||||
ft = "http",
|
||||
dependencies = { "luarocks.nvim" },
|
||||
config = function()
|
||||
require("rest-nvim").setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue