Update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
require("plugins.log-highlight")
|
||||
require("plugins.whichkey")
|
||||
require("plugins.treesitter")
|
||||
require("plugins.neotree")
|
||||
|
||||
1
.config/nvim/lua/plugins/log-highlight.lua
Normal file
1
.config/nvim/lua/plugins/log-highlight.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.pack.add({ "https://github.com/fei6409/log-highlight.nvim" })
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user