Created
April 17, 2025 01:11
-
-
Save hiqua/c949eb7780ca2e947ca25ad364c7e1b5 to your computer and use it in GitHub Desktop.
.vimrc / init.vim fix to restore vim colors after neovim update to 0.10.0+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" From https://old.reddit.com/r/neovim/comments/1d66jlw/color_scheme_problems_in_0100/ | |
lua <<EOF | |
vim.o.termguicolors = false | |
EOF | |
colorscheme vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment