Orgnanize lua config

This commit is contained in:
Christian Nieves
2022-12-22 18:17:53 +00:00
parent 32f51defaa
commit 396b23be3b
16 changed files with 63 additions and 28 deletions

View File

@ -0,0 +1,5 @@
local colors = require("catppuccin.palettes").get_palette()
require("notify").setup({
background_colour = colors.base,
})
vim.notify = require("notify")