Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
695 stars 111 forks source link

Cursor is pitch black when used with LazyVim #125

Open martisj opened 1 year ago

martisj commented 1 year ago

Don't know if LazyVim is the problem here. The cursor is close to invisible:

image

Me config (LazyVim does some magic setup stuff):

return {
  { "Mofiqul/vscode.nvim" },
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "vscode",
    },
  },
}