Colorscheme needs to be set after plugins have been installed (#556)

This commit is contained in:
rebuilt 2021-06-30 15:47:11 +02:00 committed by GitHub
parent 96ffccc3e3
commit 0cecc1669d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

2
lua/colorscheme.lua Normal file
View file

@ -0,0 +1,2 @@
-- TODO is there a lua native way to do this?
vim.cmd('colorscheme ' .. O.colorscheme)