diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/lua/neovide_conf.lua | 5 | ||||
| -rw-r--r-- | .config/starship.toml | 6 |
2 files changed, 6 insertions, 5 deletions
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' |
