fix: remove filetypes from drop opts

This commit is contained in:
2024-10-14 19:12:52 -04:00
parent 6a9fcdc076
commit 65a0a2f6e5
+1 -1
View File
@@ -5,5 +5,5 @@
return { return {
"folke/drop.nvim", "folke/drop.nvim",
lazy = true, lazy = true,
opts = { filetypes = {} }, opts = {},
} }