neovim hex editor

This commit is contained in:
Michael Chalupiak
2025-09-18 11:28:54 -04:00
parent 6dcd713273
commit 93361624d7
6 changed files with 21 additions and 4 deletions

View File

@@ -6,6 +6,16 @@ return {
lazy = true,
},
{
'RaafatTurki/hex.nvim',
config = true,
cmd = {
'HexDump',
'HexAssemble',
'HexToggle',
},
},
{
"sindrets/diffview.nvim",
event = 'VeryLazy',