feat(nvim): add Nibbler

This commit is contained in:
Price Hiller 2023-04-09 23:17:45 -05:00
parent 5c79abffeb
commit 39b7109f39
No known key found for this signature in database

View File

@ -849,6 +849,14 @@ lazy.setup({
dependencies = "nvim-treesitter/nvim-treesitter",
config = true,
},
{
"skosulor/nibbler",
config = function()
require("nibbler").setup({
display_enabled = true, -- Set to false to disable real-time display (default: true)
})
end,
},
}, {
checker = {
enabled = true,