mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-16 12:45:52 -06:00
Recreate neovim configuration
This commit is contained in:
7
nvim/lua/plugins/notify.lua
Normal file
7
nvim/lua/plugins/notify.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'rcarriga/nvim-notify',
|
||||
config = function(_, opts)
|
||||
vim.notify = require("notify")
|
||||
vim.opt.termguicolors = true
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user