⚙️ config(nvim): change block extra keymap to toggle the plugin
This commit is contained in:
parent
aa4f564e17
commit
4ee1e60ee4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"HampusHauffman/block.nvim",
|
"HampusHauffman/block.nvim",
|
||||||
keys = { { "<leader>uB", "<cmd>Block<CR>", desc = "Toggle Block" } },
|
keys = { { "<leader>uo", "<cmd>Block<CR>", desc = "Toggle Block" } },
|
||||||
opts = {
|
opts = {
|
||||||
percent = 0.9,
|
percent = 0.9,
|
||||||
depth = 4,
|
depth = 4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue