Skip to content

Commit

Permalink
Fix missing selection color within tty
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 24, 2023
1 parent 336a202 commit 7eeb168
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/nvim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ set colorcolumn=80
set cursorline

lua require("init")

highlight Visual ctermfg=white ctermbg=blue cterm=bold

0 comments on commit 7eeb168

Please sign in to comment.