diff options
Diffstat (limited to 'lua/colorscheme.lua')
-rw-r--r-- | lua/colorscheme.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/colorscheme.lua b/lua/colorscheme.lua index 789363d8..6e26b9bf 100644 --- a/lua/colorscheme.lua +++ b/lua/colorscheme.lua @@ -1,2 +1,2 @@ --- TODO is there a lua native way to do this? -vim.cmd('colorscheme ' .. O.colorscheme) +vim.g.colors_name = O.colorscheme +vim.g.syntax = true |