vim-settings/neovim/lua/plugins/darknotify.lua
ViViDboarder afa67c1b0c Switch to none-ls and selene for lua checks
Also moves pre-commit hooks to system hooks to make sure editing and committing
versions match
2024-11-04 11:37:33 -08:00

6 lines
110 B
Lua

require("dark_notify").run({
onchange = function(_)
require("colors").update_colors()
end,
})