mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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" },
|
{ title = "Neotest Summary", ft = "neotest-summary" },
|
||||||
-- "neo-tree",
|
-- "neo-tree",
|
||||||
},
|
},
|
||||||
|
right = {
|
||||||
|
{ title = "Grug Far", ft = "grug-far", size = { width = 0.4 } },
|
||||||
|
},
|
||||||
keys = {
|
keys = {
|
||||||
-- increase width
|
-- increase width
|
||||||
["<c-Right>"] = function(win)
|
["<c-Right>"] = function(win)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue