mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 04:15:38 +00:00
10 lines
135 B
Lua
10 lines
135 B
Lua
if vim.g.vscode then
|
|
return
|
|
end
|
|
|
|
require('notify').setup({
|
|
background_colour = "#000000",
|
|
max_width = 120,
|
|
max_height = 10,
|
|
})
|