mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-05 23:14:40 +02:00
feat(edgy): added noice
This commit is contained in:
parent
f7b0c853cc
commit
47edc8918a
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ return {
|
||||||
return vim.api.nvim_win_get_config(win).relative == ""
|
return vim.api.nvim_win_get_config(win).relative == ""
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ft = "noice",
|
||||||
|
-- size = { height = 0.4 },
|
||||||
|
filter = function(buf, win)
|
||||||
|
return vim.api.nvim_win_get_config(win).relative == ""
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
ft = "lazyterm",
|
ft = "lazyterm",
|
||||||
title = "LazyTerm",
|
title = "LazyTerm",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue