From 065c22bf8c901b83ba18a75f85630a4852ca0ab7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 29 May 2024 01:21:21 +0900 Subject: nvim: temporarily use default colorscheme --- .config/nvim/lua/init/05-appearance.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/nvim/lua/init') 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 -- cgit v1.2.3-70-g09d2