1
0
Fork 0

update pkgdev config

This commit is contained in:
tastytea 2023-01-29 17:35:13 +01:00
parent 2f9fadc99f
commit 5e0736f135
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
3 changed files with 2 additions and 4 deletions

View File

@ -206,9 +206,6 @@ require('packer').startup({ function(use)
requires = 'https://github.com/nvim-treesitter/nvim-treesitter',
tag = '*'
}
use {
'https://github.com/RaafatTurki/hex.nvim'
}
-- git
use {

View File

@ -161,7 +161,6 @@ require('which-key').register({ ['<Leader>j'] = { name = 'Jump' } })
map('n', '<Leader>ja', require('harpoon.mark').add_file, 'Add file')
map('n', '<Leader>jm', require('harpoon.ui').toggle_quick_menu, 'Quick menu')
require('hex').setup({})
require('copyright-updater').setup({
enabled = true,
return_cursor = true,

View File

@ -5,6 +5,8 @@ commit.scan = true
commit.ask = true
# add Signed-off-by tag
commit.signoff = true
# fix copyright year
commit.mangle = true
# allow pushing commits with QA errors
push.ask = true