From b8d14f4f60fd6a4aa21fdc3d22a9ccf9dcb4398f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 4 Dec 2021 11:04:56 +0900 Subject: neovim: port colorscheme to Lua --- .config/nvim/init.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/nvim/init.lua') 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 ]]) -- cgit v1.2.3-70-g09d2