From 03e2166f574d64be410e05efed270023e27e1046 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 17 Apr 2023 15:18:55 +0200 Subject: [PATCH] put neovim in the title (for keepass) --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 88c622c..4c554ea 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -60,7 +60,7 @@ opt.completeopt = 'menu,menuone,noselect' opt.expandtab = true opt.smartindent = true opt.title = true -opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%)' +opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim' opt.laststatus = 3 -- for lualine -- go to previous/next line with h,l,left arrow and right arrow