mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added bitcoin-script-hints.nvim
This commit is contained in:
parent
651f6979b4
commit
af3ae9b490
1 changed files with 7 additions and 0 deletions
|
|
@ -184,4 +184,11 @@ return {
|
|||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
"taproot-wizards/bitcoin-script-hints.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
config = function()
|
||||
require("bitcoin-script-hints").setup()
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue