WIP: new config

This commit is contained in:
2026-07-09 18:18:21 +02:00
parent e6ea1320e0
commit 2c15d04597
7 changed files with 90 additions and 107 deletions

View File

@@ -1,14 +1,4 @@
return {
-- {
-- "toppair/peek.nvim",
-- event = { "VeryLazy" },
-- build = "deno task --quiet build:fast",
-- config = function()
-- require("peek").setup()
-- vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})
-- vim.api.nvim_create_user_command("PeekClose", require("peek").close, {})
-- end,
-- },
{
"norcalli/nvim-colorizer.lua",
init = function(_, opts)