aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-02-04 22:09:19 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-02-04 22:09:19 -0500
commit7b68e7fc57b741d053698dd5e21c1833b151e377 (patch)
treef8519e5e0d256f8d636ef26409d02bedf93faba6 /.config
parent89aa144dd982b73ab40bde5b347b5681c81fb0df (diff)
sync
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/neovide_conf.lua5
-rw-r--r--.config/starship.toml6
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'