mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 21:36:26 +00:00
afa67c1b0c
Also moves pre-commit hooks to system hooks to make sure editing and committing versions match
6 lines
110 B
Lua
6 lines
110 B
Lua
require("dark_notify").run({
|
|
onchange = function(_)
|
|
require("colors").update_colors()
|
|
end,
|
|
})
|