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 {
"gbprod/substitute.nvim",
event = { "BufReadPre", "BufNewFile" },
config = function()
require("substitute").setup()
end,
'gbprod/substitute.nvim',
event = { 'BufReadPre', 'BufNewFile' },
opts = {},
}