diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-08 23:27:37 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-08 23:27:37 +0800 |
| commit | 2b6e229ee166e274f61339bffbf5dc9908c17553 (patch) | |
| tree | 0f1373790cbfed584c8f310735340a3a3be41749 /lua/plugins.lua | |
| parent | 6205a913b770c8fa053c22fb220fbd0c8287228a (diff) | |
Add plugin nvim-bqf
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index ba63046..126c0d2 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -183,6 +183,8 @@ require('packer').startup( -- Better git log display use {'rbong/vim-flog', require = 'tpope/vim-fugitive', cmd = {'Flog'}} + use 'kevinhwang91/nvim-bqf' + -- Better git commit experience use 'rhysd/committia.vim' |
