mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-13 14:53:09 +00:00
fix(nvim): set nvim-notify background color
This commit is contained in:
@@ -78,6 +78,9 @@ return {
|
|||||||
-- augroups/autocommands and custom filetypes also this just pure lua so
|
-- augroups/autocommands and custom filetypes also this just pure lua so
|
||||||
-- anything that doesn't fit in the normal config locations above can go here
|
-- anything that doesn't fit in the normal config locations above can go here
|
||||||
polish = function()
|
polish = function()
|
||||||
|
require("notify").setup({
|
||||||
|
background_colour = "#000000",
|
||||||
|
})
|
||||||
-- Set up custom filetypes
|
-- Set up custom filetypes
|
||||||
-- vim.filetype.add {
|
-- vim.filetype.add {
|
||||||
-- extension = {
|
-- extension = {
|
||||||
|
|||||||
Reference in New Issue
Block a user