diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-29 00:00:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 00:00:12 +0800 |
| commit | 2c7e4aa87aefcc32682d017eae9e3c1395ae8f2b (patch) | |
| tree | bd221979ad33999ef50e7d09f4fd5c92086de3fa /lua | |
| parent | c3d4eb371b92dc41da7d6c34ce3e15c1c6eb7e9d (diff) | |
| parent | 07dd60206be48c900b4b2209ba78ca078e787d1c (diff) | |
Merge pull request #123 from jdhao/repolink
update repo link for transferred plugins
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index c4f7dc3..ce56e20 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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" } } |
