LazyVIM and some updated configurations
This commit is contained in:
parent
451c1ed56d
commit
7d50f578b1
46 changed files with 1269 additions and 969 deletions
8
nvim/lua/plugins/nvim-notify.lua
Normal file
8
nvim/lua/plugins/nvim-notify.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"rcarriga/nvim-notify",
|
||||
config = function(_, opts)
|
||||
require("notify").setup(vim.tbl_extend("keep", {
|
||||
background_colour = "#000000",
|
||||
}, opts))
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue