This commit is contained in:
newbie 2023-12-10 12:16:25 +08:00
parent c721614f76
commit c91084492b
2 changed files with 6 additions and 0 deletions

0
lua/lsp/markdown.lua Normal file
View File

View File

@ -43,4 +43,10 @@ return {
})
end
},
{
"askfiy/nvim-picgo",
config = function()
require("nvim-picgo").setup()
end
}
}