This commit is contained in:
Christian Nieves
2025-02-14 17:03:53 +00:00
parent 55b8aab06a
commit e53d35ed17
4 changed files with 138 additions and 14 deletions

View File

@ -1,13 +1,6 @@
local use_google = require("utils").use_google
return {
{
"adelarsq/image_preview.nvim",
event = "VeryLazy",
config = function()
require("image_preview").setup()
end,
},
"sindrets/diffview.nvim",
--{ "mizlan/iswap.nvim", event = "VeryLazy" },
{ "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" } },