mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-06 07:24:39 +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 == ""
|
||||
end,
|
||||
},
|
||||
{
|
||||
ft = "noice",
|
||||
-- size = { height = 0.4 },
|
||||
filter = function(buf, win)
|
||||
return vim.api.nvim_win_get_config(win).relative == ""
|
||||
end,
|
||||
},
|
||||
{
|
||||
ft = "lazyterm",
|
||||
title = "LazyTerm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue