This commit is contained in:
Schrottkatze 2022-09-16 18:49:31 +02:00
parent aa8c6f29a8
commit b1db9c8278
2 changed files with 8 additions and 1 deletions

View file

@ -9,6 +9,7 @@ in with lib; {
home-manager.users.jade = { pkgs,... } : {
home.packages = with pkgs; [
rust-analyzer
neovide
];
programs.neovim = {
enable = true;
@ -121,6 +122,12 @@ in with lib; {
};
# }}}
extraConfig = ''
" neovide
let g:neovide_refresh_rate_idle=5
let g:neovide_cursor_animation_length=0.2
let g:neovide_cursor_trail_size=0.2
let g:neovide_cursor_vfx_mode="railgun"
set fdm=marker
nmap H _