feat(nvim): add hex.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s

This commit is contained in:
Price Hiller 2024-03-20 10:54:14 -05:00
parent 9421365706
commit f72378f850
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,19 @@
return {
{
"RaafatTurki/hex.nvim",
opts = {
-- Make it explicit, auto detection is cool and all, but annoying for my use case
is_buf_binary_pre_read = function()
return false
end,
is_buf_binary_post_read = function()
return false
end,
},
cmd = {
"HexDump",
"HexAssemble",
"HexToggle",
},
},
}