From 65a0a2f6e58da6a2f701ec7e0b0ac39bf1d66a5d Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 14 Oct 2024 19:12:52 -0400 Subject: [PATCH] fix: remove filetypes from drop opts --- lua/plugins/dashboard/drop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/dashboard/drop.lua b/lua/plugins/dashboard/drop.lua index 42bfd2a..281912a 100644 --- a/lua/plugins/dashboard/drop.lua +++ b/lua/plugins/dashboard/drop.lua @@ -5,5 +5,5 @@ return { "folke/drop.nvim", lazy = true, - opts = { filetypes = {} }, + opts = {}, }