From 5f387b0f7ff9175d92cc59cc3ed095c8db6d061d Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 1 Apr 2026 22:01:14 -0500 Subject: [PATCH] log syntax highligh plugin --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index b85699a..06e6558 100644 --- a/init.lua +++ b/init.lua @@ -15,6 +15,7 @@ require("lazy").setup({ { import = "plugins" }, -- import the following list of plugins -- this is where i put plugins with minial settings { + 'fei6409/log-highlight.nvim', -- generic log syntax highlighting 'tpope/vim-commentary', -- commenting lines with shortcut 'vigoux/ltex-ls.nvim', -- grammer checking -- 'vimpostor/vim-tpipeline', -- integrate with tmux status-line