mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(edgy): added support for grug-far.nvim
This commit is contained in:
parent
c1b76ee235
commit
b1a47405b9
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ return {
|
|||
{ title = "Neotest Summary", ft = "neotest-summary" },
|
||||
-- "neo-tree",
|
||||
},
|
||||
right = {
|
||||
{ title = "Grug Far", ft = "grug-far", size = { width = 0.4 } },
|
||||
},
|
||||
keys = {
|
||||
-- increase width
|
||||
["<c-Right>"] = function(win)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue