master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 832a09e031 - Show all commits

View File

@@ -62,6 +62,7 @@ opt.smartindent = true
opt.title = true opt.title = true
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim' opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim'
opt.laststatus = 3 -- for lualine opt.laststatus = 3 -- for lualine
opt.background = 'dark'
-- go to previous/next line with h,l,left arrow and right arrow -- go to previous/next line with h,l,left arrow and right arrow
-- when cursor reaches end/beginning of line -- when cursor reaches end/beginning of line