From deab436e2d67b8aaf5304277d9ca225868d45233 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 3 May 2023 13:39:00 -0500 Subject: [PATCH] chore: improve comment for nibbler --- dots/.config/nvim/lua/plugins/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.config/nvim/lua/plugins/plugins.lua b/dots/.config/nvim/lua/plugins/plugins.lua index 0c6ad5aa..f3df0c5b 100755 --- a/dots/.config/nvim/lua/plugins/plugins.lua +++ b/dots/.config/nvim/lua/plugins/plugins.lua @@ -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)