chore: improve comment for nibbler

This commit is contained in:
Price Hiller 2023-05-03 13:39:00 -05:00
parent a57cbb11e6
commit deab436e2d
No known key found for this signature in database

View File

@ -875,8 +875,11 @@ lazy.setup({
event = "VeryLazy",
config = true,
},
-- Convert numbers between binary, decimal, & hex
{
"skosulor/nibbler",
event = "VeryLazy",
config = function()
require("nibbler").setup({
display_enabled = true, -- Set to false to disable real-time display (default: true)