vscode.nvim icon indicating copy to clipboard operation
vscode.nvim copied to clipboard

Configuration into init.vim

Open biko8 opened this issue 2 years ago • 1 comments

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.

biko8 avatar Dec 10 '22 08:12 biko8

I think this will help you.

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

Benson9954029 avatar Jan 11 '23 08:01 Benson9954029