diff options
| -rw-r--r-- | .config/nvim/lua/init/05-appearance.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/nvim/lua/init/05-appearance.lua b/.config/nvim/lua/init/05-appearance.lua index 3c184e6..ec5366f 100644 --- a/.config/nvim/lua/init/05-appearance.lua +++ b/.config/nvim/lua/init/05-appearance.lua @@ -7,11 +7,11 @@ local vimrc = require('vimrc') -- Color scheme {{{1 -if not pcall(function() vim.cmd('colorscheme ocean') end) then - -- Load "desert", one of the built-in colorschemes, instead of mine - -- when nvim failed to load it. - vim.cmd('colorscheme desert') -end +-- if not pcall(function() vim.cmd('colorscheme ocean') end) then +-- -- Load "desert", one of the built-in colorschemes, instead of mine +-- -- when nvim failed to load it. +-- vim.cmd('colorscheme desert') +-- end -- Statusline {{{1 |
