init
This commit is contained in:
10
nvim/lua/plugins/extras/ui/block.lua
Normal file
10
nvim/lua/plugins/extras/ui/block.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"HampusHauffman/block.nvim",
|
||||
keys = { { "<leader>uo", "<cmd>Block<CR>", desc = "Toggle Block" } },
|
||||
opts = {
|
||||
percent = 0.9,
|
||||
depth = 4,
|
||||
colors = nil,
|
||||
automatic = false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user