diff options
Diffstat (limited to 'lua/colorscheme.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) |