This commit is contained in:
Bryan Ramos 2023-06-01 11:08:24 -04:00
parent 75a062198f
commit febff1148f

View file

@ -82,3 +82,7 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(
virtual_text = false,
}
)
require("notify").setup({
background_colour = "#000000",
})