added notifications

This commit is contained in:
Wellinton Aracena 2024-03-12 11:52:56 -04:00
parent fede08e7f7
commit e35fd634b4
3 changed files with 55 additions and 39 deletions

View file

@ -3,7 +3,14 @@
--
-- See the kickstart.nvim README for more information
--
return {
local config = {
{
vim.cmd 'set conceallevel=1',
},
}
local plugins = {
{
'jubnzv/mdeval.nvim',
event = 'VeryLazy',
@ -29,3 +36,5 @@ return {
end,
},
}
return plugins, config