From 7b68e7fc57b741d053698dd5e21c1833b151e377 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sun, 4 Feb 2024 22:09:19 -0500 Subject: sync --- .config/nvim/lua/neovide_conf.lua | 5 ++++- .config/starship.toml | 6 ++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/nvim/lua/neovide_conf.lua b/.config/nvim/lua/neovide_conf.lua index 46d732c..9d170e4 100644 --- a/.config/nvim/lua/neovide_conf.lua +++ b/.config/nvim/lua/neovide_conf.lua @@ -1,8 +1,11 @@ vim.g.neovide_transparency = 0.95 -- vim.g.neovide_refresh_rate = 144 -vim.g.neovide_cursor_vfx_mode = 'wireframe' +-- vim.g.neovide_cursor_vfx_mode = 'wireframe' vim.g.neovide_cursor_animation_length = 0.03 vim.g.neovide_cursor_trail_size = 0.9 +vim.g.neovide_scroll_animation_length = 0.3 +-- vim.g.neovide_scroll_animation_far_lines = 9999 +-- vim.g.neovide_unlink_border_highlights = true vim.o.guifont = "Fira Mono:h13" vim.cmd([[ diff --git a/.config/starship.toml b/.config/starship.toml index 11f41b9..846113c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,5 +1,3 @@ -# ~/.config/starship.toml - # Wait 10 milliseconds for starship to check files under the current directory. scan_timeout = 10 @@ -38,8 +36,8 @@ crust = "#11111b" [git_branch] -style='lavender' +style='bold lavender' [directory] -style='teal' +style='bold teal' -- cgit v1.2.3-70-g09d2