refactor(nvim): remove rest.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 57s

This commit is contained in:
Price Hiller 2024-03-26 11:48:57 -05:00
parent 915c32be7d
commit 0e2d514f9b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,20 +0,0 @@
return {
{
"rest-nvim/rest.nvim",
ft = { "http" },
config = function()
---@diagnostic disable-next-line: missing-fields
require("rest-nvim").setup({})
end,
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
{
"vhyrro/luarocks.nvim",
config = function()
require("luarocks").setup({})
end,
},
},
},
}