Skip to content

Commit

Permalink
chore: neovim title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed May 19, 2024
1 parent df7228c commit 5126a54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/neovim/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
smartindent = true;
tabstop = 4;
title = true;
titlelen = 0;
titlestring = ''nvim %{fnamemodify(expand('%'), ':~')}%a%r%m'';
ttimeoutlen = 5;
undofile = true;
};
Expand Down

0 comments on commit 5126a54

Please sign in to comment.