diff options
author | rebuilt <[email protected]> | 2021-06-30 15:47:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-30 09:47:11 -0400 |
commit | 0cecc1669d2b692b2bf22d01bc611f91f56545a7 (patch) | |
tree | e510435b8f47cc9fc45944d2f4b6bfc49a2ac841 /lua | |
parent | 96ffccc3e37cb123aecc2ae26276665986b7abbf (diff) |
Colorscheme needs to be set after plugins have been installed (#556)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/colorscheme.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/colorscheme.lua b/lua/colorscheme.lua new file mode 100644 index 00000000..789363d8 --- /dev/null +++ b/lua/colorscheme.lua @@ -0,0 +1,2 @@ +-- TODO is there a lua native way to do this? +vim.cmd('colorscheme ' .. O.colorscheme) |