This website requires JavaScript.
Explore
Help
Sign In
vividboarder
/
vim-settings
Watch
1
Star
0
Fork
0
You've already forked vim-settings
mirror of
https://github.com/ViViDboarder/vim-settings.git
synced
2024-11-17 23:16:27 +00:00
Code
Issues
Releases
Wiki
Activity
e2c10e5f3b
vim-settings
/
neovim
/
lua
/
plugins
/
darknotify.lua
6 lines
110 B
Lua
Raw
Normal View
History
Unescape
Escape
Move darknotify config to it's own file
2023-11-10 22:54:14 +00:00
require
(
"
dark_notify
"
)
.
run
(
{
onchange
=
function
(
_
)
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 19:36:57 +00:00
require
(
"
colors
"
)
.
update_colors
(
)
Move darknotify config to it's own file
2023-11-10 22:54:14 +00:00
end
,
}
)
Reference in New Issue
Copy Permalink