Skip to content

Instantly share code, notes, and snippets.

@hiqua
Created April 17, 2025 01:11
Show Gist options
  • Save hiqua/c949eb7780ca2e947ca25ad364c7e1b5 to your computer and use it in GitHub Desktop.
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+
" 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