feat(neovide): run fullscreen and with multigrid effects
parent
1638799647
commit
ae9a94bf4a
|
@ -76,6 +76,7 @@
|
||||||
vim.o.guifont = "DejaVu Sans Mono:h8"
|
vim.o.guifont = "DejaVu Sans Mono:h8"
|
||||||
|
|
||||||
if vim.g.neovide then
|
if vim.g.neovide then
|
||||||
|
vim.g.neovide_fullscreen = true
|
||||||
vim.g.neovide_cursor_animation_length = 0.01
|
vim.g.neovide_cursor_animation_length = 0.01
|
||||||
vim.g.neovide_cursor_trail_length = 0.01
|
vim.g.neovide_cursor_trail_length = 0.01
|
||||||
end
|
end
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "exa --group-directories-first --git";
|
ls = "exa --group-directories-first --git";
|
||||||
|
neovide = "neovide --multigrid";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue