diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-05-29 01:21:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-05-29 01:28:10 +0900 |
| commit | 065c22bf8c901b83ba18a75f85630a4852ca0ab7 (patch) | |
| tree | 155921f6a794b2c7555937aff099a82fab01955b /.config/nvim/lua/init/05-appearance.lua | |
| parent | ced136677b4a520ac8b88096d094d820178305df (diff) | |
| download | dotfiles-065c22bf8c901b83ba18a75f85630a4852ca0ab7.tar.gz dotfiles-065c22bf8c901b83ba18a75f85630a4852ca0ab7.tar.zst dotfiles-065c22bf8c901b83ba18a75f85630a4852ca0ab7.zip | |
nvim: temporarily use default colorscheme
Diffstat (limited to '.config/nvim/lua/init/05-appearance.lua')
| -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 |
