diff options
author | maminou <[email protected]> | 2021-07-02 18:42:48 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-02 13:42:48 -0400 |
commit | d58b79b320e76e372561b3318b984c9511b516d5 (patch) | |
tree | 02bae9b48e923e18202126c0f369460fbf42dbde /lua/colorscheme.lua | |
parent | 643003a0a4e326db817aeb438b0506d236b3ff7a (diff) |
Some lua touches (#587)
* a way with lua!!
* some! not all ;-(
* shortmess
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 |