diff options
Diffstat (limited to '.config/nvim/init.lua')
| -rw-r--r-- | .config/nvim/init.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 6ec1ff1..135550f 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -1150,12 +1150,12 @@ command! -bar -range=% vim.cmd([[ try - colorscheme ocean + colorscheme ocean catch - " Loading colorscheme failed. - " The color scheme, "desert", is one of the built-in ones. Probably, it - " will be loaded without any errors. - colorscheme desert + " Loading colorscheme failed. + " The color scheme, "desert", is one of the built-in ones. Probably, it + " will be loaded without any errors. + colorscheme desert endtry ]]) |
