mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
initial new update icon
This commit is contained in:
parent
aec3c632f0
commit
3ca400d195
8 changed files with 84 additions and 32 deletions
|
@ -1,10 +1,10 @@
|
|||
-- initial gui app
|
||||
local is_neovide = false
|
||||
local use_noice = true
|
||||
if vim.g.neovide then
|
||||
is_neovide = true
|
||||
use_noice = false
|
||||
end
|
||||
-- if vim.g.neovide then
|
||||
-- is_neovide = true
|
||||
-- use_noice = false
|
||||
-- end
|
||||
vim.opt.lazyredraw = is_neovide
|
||||
return {
|
||||
{ "gelguy/wilder.nvim", enabled = not use_noice },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue