1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update repo link for transferred plugins

This commit is contained in:
jdhao
2022-09-28 23:57:36 +08:00
parent c3d4eb371b
commit 07dd60206b
3 changed files with 4 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ packer.startup {
use { "kevinhwang91/nvim-bqf", ft = "qf", config = [[require('config.bqf')]] }
-- Another markdown plugin
use { "plasticboy/vim-markdown", ft = { "markdown" } }
use { "preservim/vim-markdown", ft = { "markdown" } }
-- Faster footnote generation
use { "vim-pandoc/vim-markdownfootnotes", ft = { "markdown" } }