Mofiqul / vscode.nvim

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

chore: remove unneeded printout #105

Closed Iskustvo closed 1 year ago

Iskustvo commented 1 year ago

When changing styles, printout shouldn't be forced on the user.

I'm bothered by it because I prefer to default this colorscheme with just

require("vscode").change_style("dark")

and that printout pops up every time I start Neovim.

Why do I set colorscheme like this? I find it natural for colorscheme to set vim.o.background = "dark", rather than the user and that's precisely what change_style does for me.