feat(neovide): run fullscreen and with multigrid effects

main
mandlm 2022-07-18 15:02:52 +02:00
parent 1638799647
commit ae9a94bf4a
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
vim.o.guifont = "DejaVu Sans Mono:h8"
if vim.g.neovide then
vim.g.neovide_fullscreen = true
vim.g.neovide_cursor_animation_length = 0.01
vim.g.neovide_cursor_trail_length = 0.01
end

View File

@ -13,6 +13,7 @@
shellAliases = {
ls = "exa --group-directories-first --git";
neovide = "neovide --multigrid";
};
};
}