diff --git a/modules/home-manager/vim/config/lua/plugins/tools/rest.lua b/modules/home-manager/vim/config/lua/plugins/tools/rest.lua index 005806c..631ae82 100644 --- a/modules/home-manager/vim/config/lua/plugins/tools/rest.lua +++ b/modules/home-manager/vim/config/lua/plugins/tools/rest.lua @@ -1,17 +1,17 @@ -return { - { - "vhyrro/luarocks.nvim", - priority = 1000, - config = true, - opts = { - rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" }, - }, - }, - { - "rest-nvim/rest.nvim", - ft = "http", - config = function() - require("rest-nvim").setup() - end, - }, -} +-- return { +-- { +-- "vhyrro/luarocks.nvim", +-- priority = 1000, +-- config = true, +-- opts = { +-- rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" }, +-- }, +-- }, +-- { +-- "rest-nvim/rest.nvim", +-- ft = "http", +-- config = function() +-- require("rest-nvim").setup() +-- end, +-- }, +-- }