with markdown and obsidian

This commit is contained in:
Fernando Bueno 2024-07-02 02:05:13 -04:00
parent d78e602f0f
commit 5872e327eb
7 changed files with 81 additions and 5 deletions

View file

@ -1,3 +1,5 @@
return {}
--[[
return {
"windwp/nvim-autopairs",
config = function()
@ -27,4 +29,5 @@ return {
cmp.event:on("confirm_done", cmp_autopairs.on_confirm_done())
end,
}
}
--]]