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

Configuration into init.vim #101

Open biko8 opened 1 year ago

biko8 commented 1 year ago

How can I configure in the init.vim? I configured like that ant it works:

init.vim:

call plug#begin('~/.vim/plugged')

Plug 'Mofiqul/vscode.nvim'

call plug#end()

colorscheme vscode

But, I dont know how can I change configurations of the theme.

Benson9954029 commented 1 year ago

I think this will help you.

https://www.reddit.com/r/neovim/comments/i5y18f/how_can_i_source_lua_from_initvim/