refactor: remove redundant plugin

This commit is contained in:
Dinesh Salunke 2023-09-10 12:45:14 +05:30
parent ad1911c8dc
commit 7ee7e93a47

View File

@ -4,15 +4,6 @@ return {
lazy = true,
},
{
"willothy/flatten.nvim",
config = function()
require("flatten").setup()
end,
lazy = false,
priority = 1001,
},
{
"rest-nvim/rest.nvim",
opts = {},