nvim: make neogit config more precise
This commit is contained in:
parent
a359c300c0
commit
2599fee9f0
|
@ -1,5 +1,6 @@
|
|||
require('plugins')
|
||||
require('keymaps')
|
||||
require('ui')
|
||||
|
||||
packer.use { -- toggle comments
|
||||
'https://github.com/tomtom/tcomment_vim',
|
||||
|
@ -10,7 +11,10 @@ packer.use { -- toggle comments
|
|||
|
||||
packer.use {
|
||||
'https://github.com/TimUntersberger/neogit',
|
||||
requires = 'https://github.com/nvim-lua/plenary.nvim',
|
||||
requires = {
|
||||
'https://github.com/nvim-lua/plenary.nvim',
|
||||
'https://github.com/folke/which-key.nvim'
|
||||
},
|
||||
config = function()
|
||||
require('which-key').setup {
|
||||
-- commit_popup = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user