This commit is contained in:
2026-02-16 10:21:00 -05:00
parent ad5d8c8156
commit f7d97faa0c
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
require("plugins.log-highlight")
require("plugins.whichkey")
require("plugins.treesitter")
require("plugins.neotree")

View File

@@ -0,0 +1 @@
vim.pack.add({ "https://github.com/fei6409/log-highlight.nvim" })

View File

@@ -21,6 +21,10 @@
"rev": "dfac404",
"src": "https://github.com/lewis6991/gitsigns.nvim"
},
"log-highlight.nvim": {
"rev": "ca88628f6dd3b9bb46f9a7401669e24cf7de47a4",
"src": "https://github.com/fei6409/log-highlight.nvim"
},
"lualine.nvim": {
"rev": "47f91c4",
"src": "https://github.com/nvim-lualine/lualine.nvim"