1
0
Fork 0

nvim: make neogit config more precise

This commit is contained in:
tastytea 2022-08-11 15:21:02 +02:00
parent a359c300c0
commit 2599fee9f0
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 5 additions and 1 deletions

View File

@ -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 = {