feat: add neovide
parent
eaa3fb9058
commit
1638799647
|
@ -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 }
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
difftastic
|
||||
zoom-us
|
||||
unclutter
|
||||
neovide
|
||||
];
|
||||
|
||||
stateVersion = "22.05";
|
||||
|
|
Loading…
Reference in New Issue