config v1

This commit is contained in:
asep.komarudin 2024-04-15 18:41:24 +07:00
parent c651a8ca42
commit cc7c63dc46
18 changed files with 186 additions and 374 deletions

View file

@ -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 },