set background to dark

This commit is contained in:
Oliver Hartmann 2023-05-30 23:26:17 +02:00
parent a10d5bccf4
commit 832a09e031

View File

@ -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