From 7ee7e93a471052440800423eb1e537ba5cab25d0 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 10 Sep 2023 12:45:14 +0530 Subject: [PATCH] refactor: remove redundant plugin --- lua/plugins/util.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index 24a9ae4..c129d4e 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -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 = {},