lua stuff
This commit is contained in:
4
vim/.vim/lua/notify_config.lua
Normal file
4
vim/.vim/lua/notify_config.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local colors = require("catppuccin.palettes").get_palette()
|
||||
require("notify").setup({
|
||||
background_colour = colors.base,
|
||||
})
|
Reference in New Issue
Block a user