fix: remove filetypes from drop opts
This commit is contained in:
@@ -5,5 +5,5 @@
|
|||||||
return {
|
return {
|
||||||
"folke/drop.nvim",
|
"folke/drop.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts = { filetypes = {} },
|
opts = {},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user