feat: improvements

This commit is contained in:
2024-06-10 22:37:50 +02:00
parent d18b3d1683
commit 041f8917d2
8 changed files with 177 additions and 149 deletions

View File

@@ -33,6 +33,14 @@
programs.nixvim = {
extraConfigLua = # lua
"if vim.g.neovide then vim.opt.linespace = -1 end";
globals.neovide_cursor_vfx_mode = "pixiedust";
globals = {
neovide_text_gamma = 0.0;
neovide_text_contrast = 0.0;
neovide_position_animation_length = 0.3;
neovide_remember_window_size = false;
neovide_hide_mouse_when_typing = true;
experimental_layer_grouping = true;
neovide_cursor_vfx_mode = "pixiedust";
};
};
}