feat(nvim): add nvim-notify for prettier notifications in vim
This commit is contained in:
		
							
								
								
									
										9
									
								
								nvim/lua/olinpin/plugins/notify.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								nvim/lua/olinpin/plugins/notify.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| return { | ||||
| 	"rcarriga/nvim-notify", | ||||
| 	event = "VeryLazy", | ||||
| 	config = function(_, opts) | ||||
| 		require("notify").setup(opts) | ||||
| 		vim.notify = require("notify") | ||||
| 		vim.opt.termguicolors = true | ||||
| 	end, | ||||
| } | ||||
		Reference in New Issue
	
	Block a user