new: Added log-highlight plugin
This commit is contained in:
parent
c192a0fb29
commit
abd917b3b2
2 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,7 @@ require("lazy").setup(
|
||||||
"karb94/neoscroll.nvim",
|
"karb94/neoscroll.nvim",
|
||||||
"hiphish/rainbow-delimiters.nvim",
|
"hiphish/rainbow-delimiters.nvim",
|
||||||
"linrongbin16/lsp-progress.nvim",
|
"linrongbin16/lsp-progress.nvim",
|
||||||
|
"fei6409/log-highlight.nvim",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
lockfile = vim.fn.stdpath("config") .. "/config/lazy-lock.json",
|
lockfile = vim.fn.stdpath("config") .. "/config/lazy-lock.json",
|
||||||
|
|
|
@ -6,5 +6,8 @@ require("Comment").setup()
|
||||||
-- Default settings for nvim-surround
|
-- Default settings for nvim-surround
|
||||||
require("nvim-surround").setup()
|
require("nvim-surround").setup()
|
||||||
|
|
||||||
|
-- Default settings for log-highlight
|
||||||
|
require("log-highlight").setup()
|
||||||
|
|
||||||
-- Load UltiSnips snippets from custom-snippets directory
|
-- Load UltiSnips snippets from custom-snippets directory
|
||||||
vim.g.UltiSnipsSnippetDirectories = { "my-snippets", "UltiSnips" }
|
vim.g.UltiSnipsSnippetDirectories = { "my-snippets", "UltiSnips" }
|
||||||
|
|
Loading…
Reference in a new issue