diff --git a/home-manager/neovim/default.nix b/home-manager/neovim/default.nix index 8688ad5..ae81ec3 100644 --- a/home-manager/neovim/default.nix +++ b/home-manager/neovim/default.nix @@ -73,6 +73,13 @@ extraConfig = '' lua << EOF + vim.o.guifont = "DejaVu Sans Mono:h8" + + if vim.g.neovide then + vim.g.neovide_cursor_animation_length = 0.01 + vim.g.neovide_cursor_trail_length = 0.01 + end + ${builtins.readFile ./keymaps.lua } ${builtins.readFile ./options.lua } ${builtins.readFile ./treesitter.lua } diff --git a/home-mandlm.nix b/home-mandlm.nix index 96821a2..2a8021b 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -29,6 +29,7 @@ difftastic zoom-us unclutter + neovide ]; stateVersion = "22.05";