diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-25 22:27:04 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-25 22:27:04 +0800 |
| commit | 9b888f0f1a8894ac84949f75aa10fd076886627c (patch) | |
| tree | 02d8bcd268bb070bd5db14d51a78d51d94a6078e /lua/plugins.lua | |
| parent | 673603e01beb8dc1142e38f10ca7a6096a952aeb (diff) | |
Revert "fix: loading order not correct for committia and vim-fugitive"
This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d.
committia does not depends on vim-fugitive.
Diffstat (limited to 'lua/plugins.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 5909fcf..7075d43 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -188,7 +188,7 @@ require("packer").startup({ use({ "kevinhwang91/nvim-bqf", config = [[require('config.bqf')]] }) -- Better git commit experience - use({"rhysd/committia.vim", after = 'vim-fugitive'}) + use("rhysd/committia.vim") -- Another markdown plugin use({ "plasticboy/vim-markdown", ft = { "markdown" } }) |
