diff --git a/packages/neovim/config.nix b/packages/neovim/config.nix index 039a46f..6f141cd 100644 --- a/packages/neovim/config.nix +++ b/packages/neovim/config.nix @@ -40,6 +40,8 @@ smartindent = true; tabstop = 4; title = true; + titlelen = 0; + titlestring = ''nvim %{fnamemodify(expand('%'), ':~')}%a%r%m''; ttimeoutlen = 5; undofile = true; };