vscode.nvim
vscode.nvim copied to clipboard
Setup not working
I try it's not working.
color_overrides = {
vscLineNumber = '#FF0000',
},
I fork this repository. Add these code in line 25.
-- /lua/vscode/init.lua.
if next(user_opts) then
print(user_opts.color_overrides.vscLineNumber)
else
print(nil)
end
Result is #FF0000 and nil ,so I think setup will be called twice(First with my configuration).
I comment out /colors/vscode.vim ,result will be #FF0000 only and works as expected.
I want to know what's wrong with my configuration.
Did you find another theme like this ? Setup still not working...
Nope, I fork it comment vscode.vim as the picture ,and install vscode theme in local.
"PATH: vscode.nvim/colors/vscode.vim
lua << EOF
local vscode = require("vscode")
vscode.setup({})
EOF
This file will run setup without any config.
me too
i found the answer: use init.lua instead of init.vim
Did you find another theme like this ? Setup still not working... I start try it now! https://github.com/askfiy/visual_studio_code