💡 source-docs(source-docs): cleanup code comments

Clean up some messy comments and old commented code.
This commit is contained in:
2024-08-07 08:34:25 -04:00
parent 17f28e16ac
commit eaf6a26b40
+3 -10
View File
@@ -36,20 +36,13 @@ return {
},
},
},
-- { -- Colorizer
-- "norcalli/nvim-colorizer.lua",
-- event = "BufEnter",
-- config = function()
-- require("colorizer").setup()
-- end,
-- },
{
{ -- Highlight colors
"brenoprata10/nvim-highlight-colors",
config = function()
require("nvim-highlight-colors").setup({})
end,
},
{
{ -- Tailwind
"luckasRanarison/tailwind-tools.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter" },
opts = {}, -- your configuration
@@ -91,7 +84,7 @@ return {
desc = "Substitute visual selection",
mode = "x",
},
{
{ -- Substitute visual selection in visual mode
"<leader>r",
function()
require("substitute").visual()