1
0
Fork 0

nvim: add hex.nvim

This commit is contained in:
tastytea 2023-01-24 21:04:18 +01:00
parent 4547f4cd25
commit 098333f6f9
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 5 additions and 0 deletions

View File

@ -203,6 +203,9 @@ 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

@ -159,3 +159,5 @@ require('autolist').setup({})
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({})