mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
Colorscheme needs to be set after plugins have been installed (#556)
This commit is contained in:
parent
96ffccc3e3
commit
0cecc1669d
3 changed files with 3 additions and 2 deletions
2
lua/colorscheme.lua
Normal file
2
lua/colorscheme.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- TODO is there a lua native way to do this?
|
||||
vim.cmd('colorscheme ' .. O.colorscheme)
|
Loading…
Add table
Add a link
Reference in a new issue