From 832a09e031e8fc8256f8a6fa6d40802debef2199 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 30 May 2023 23:26:17 +0200 Subject: [PATCH] set background to dark --- lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index f85c89d..6799106 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -62,6 +62,7 @@ opt.smartindent = true opt.title = true opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim' opt.laststatus = 3 -- for lualine +opt.background = 'dark' -- go to previous/next line with h,l,left arrow and right arrow -- when cursor reaches end/beginning of line