feat: add neovide

main
mandlm 2022-07-13 16:01:34 +02:00
parent eaa3fb9058
commit 1638799647
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,13 @@
extraConfig = '' extraConfig = ''
lua << EOF 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 ./keymaps.lua }
${builtins.readFile ./options.lua } ${builtins.readFile ./options.lua }
${builtins.readFile ./treesitter.lua } ${builtins.readFile ./treesitter.lua }

View File

@ -29,6 +29,7 @@
difftastic difftastic
zoom-us zoom-us
unclutter unclutter
neovide
]; ];
stateVersion = "22.05"; stateVersion = "22.05";