Skip to content

Commit

Permalink
Fix cursor display in Neovim/kitty with light colours
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Apr 7, 2024
1 parent fc3a021 commit 2176210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kitty/.config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generic.
cursor_blink_interval 0.5
cursor_stop_blinking_after 0
cursor_text_color background
mouse_hide_wait -1
placement_strategy center
window_padding_width 5
Expand Down
1 change: 1 addition & 0 deletions nvim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ vim.opt.cursorline = true
vim.opt.cursorlineopt = 'number'
vim.opt.colorcolumn = { '+1' }
vim.opt.guicursor:append('a:blinkon500-blinkoff500')
vim.opt.guicursor:append('a:Cursor')

-- Disable various plugins and providers.
vim.g.loaded_netrw = 1
Expand Down

0 comments on commit 2176210

Please sign in to comment.