master #1

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

View File

@@ -60,7 +60,7 @@ opt.completeopt = 'menu,menuone,noselect'
opt.expandtab = true opt.expandtab = true
opt.smartindent = true opt.smartindent = true
opt.title = true opt.title = true
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%)' opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim'
opt.laststatus = 3 -- for lualine opt.laststatus = 3 -- for lualine
-- 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