All plugins written to lazy instead of packer

This commit is contained in:
2024-09-11 13:38:12 +02:00
parent 51dfa68847
commit bedfd083b7
9 changed files with 209 additions and 104 deletions

View File

@@ -8,4 +8,11 @@ end
vim.keymap.set("n", "<leader>c", function() ColorMyPencils() end)
ColorMyPencils()
return {
"romainl/vim-dichromatic",
name = "dichromatic",
lazy = false,
config = function()
ColorMyPencils()
end
}