⚙️ config(nvim): change block extra keymap to toggle the plugin

This commit is contained in:
Sergio Laín 2023-12-26 17:33:55 +01:00
parent aa4f564e17
commit 4ee1e60ee4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,6 +1,6 @@
return {
"HampusHauffman/block.nvim",
keys = { { "<leader>uB", "<cmd>Block<CR>", desc = "Toggle Block" } },
keys = { { "<leader>uo", "<cmd>Block<CR>", desc = "Toggle Block" } },
opts = {
percent = 0.9,
depth = 4,