refactor plugin spec

This commit is contained in:
2024-11-22 14:21:34 -05:00
parent ba1ce153dc
commit 9d706aa97a
+3 -6
View File
@@ -1,8 +1,5 @@
return { return {
"gbprod/substitute.nvim", 'gbprod/substitute.nvim',
event = { "BufReadPre", "BufNewFile" }, event = { 'BufReadPre', 'BufNewFile' },
opts = {},
config = function()
require("substitute").setup()
end,
} }