docs: update neovim setup overview

This commit is contained in:
Bryan Ramos 2026-04-30 13:34:07 -04:00
parent d41a3d64a7
commit 17bf7e4973
3 changed files with 40 additions and 17 deletions

View file

@ -435,12 +435,4 @@ return {
})
end
},
{
"taproot-wizards/bitcoin-script-hints.nvim",
dependencies = { "nvim-treesitter" },
config = function()
require("bitcoin-script-hints").setup()
end
}
}