Fabian Becker 3d575cd47a nvim
2023-12-10 16:17:14 +01:00

10 lines
135 B
Lua

if vim.g.vscode then
return
end
require('notify').setup({
background_colour = "#000000",
max_width = 120,
max_height = 10,
})