chore: save config
This commit is contained in:
parent
cb2ff3574e
commit
59fa9c7d7f
9 changed files with 128 additions and 90 deletions
7
lua/custom/plugins/auto-hlsearch.lua
Normal file
7
lua/custom/plugins/auto-hlsearch.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"asiryk/auto-hlsearch.nvim",
|
||||
dependencies = { "asiryk/auto-hlsearch.nvim", tag = "1.1.0" },
|
||||
config = function()
|
||||
require("auto-hlsearch").setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue