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