mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: improvements
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user