adding log hightliht

This commit is contained in:
cg8936
2025-08-05 09:31:23 -04:00
parent 3096929bd4
commit 3d8e976741

View File

@@ -0,0 +1,6 @@
return {
"fei6409/log-highlight.nvim",
config = function()
require("log-highlight").setup({})
end,
}