refactor(nvim): remove rest.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 57s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 57s
This commit is contained in:
parent
915c32be7d
commit
0e2d514f9b
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user