summary refs log tree commit diff
path: root/.vim/init.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/init.lua')
-rw-r--r--.vim/init.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/.vim/init.lua b/.vim/init.lua
index f5921bb..3a58d14 100644
--- a/.vim/init.lua
+++ b/.vim/init.lua
@@ -102,11 +102,6 @@ opt.undofile = true
 g.do_filetype_lua = 1
 g.did_load_filetypes = 0
 
--- COLORS -- {{{
--- g.nihoncolors_transparent_background = true
-cmd [[ colorscheme lush ]]
--- }}}
-
 require('globals')
 require('plugins')
 require('hardmode')
@@ -151,6 +146,11 @@ wk_register {
 }
 -- }}}
 
+-- COLORS -- {{{
+-- g.nihoncolors_transparent_background = true
+   cmd [[ colorscheme lush ]]
+-- }}}
+
 -- KEY BINDS -- {{{
 vim.keymap.set('n',     'Q', [[ :quitall<cr> ]], {silent = true})
 vim.keymap.set('n',    'gb', [[ :bnext<cr> ]], {silent = true})