added notifications
This commit is contained in:
parent
fede08e7f7
commit
e35fd634b4
3 changed files with 55 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue