
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
12 lines
230 B
Lua
12 lines
230 B
Lua
return {
|
|
{
|
|
"HampusHauffman/block.nvim",
|
|
keys = { { "<leader>ub", "<cmd>Block<CR>", desc = "Toggle Block" } },
|
|
opts = {
|
|
percent = 0.9,
|
|
depth = 4,
|
|
colors = nil,
|
|
automatic = false,
|
|
},
|
|
},
|
|
}
|