nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Allow customizing the file path #1206

Closed patnr closed 3 months ago

patnr commented 4 months ago

Usage example: some-long/path/to/the/OneDrive - Company/folder/file could get replaced by D/folder/file which is particularly useful if ~/D symlinks to the OneDrive dir.

generated-files-bot[bot] commented 4 months ago

Warning: This pull request is touching the following templated files:

shadmansaleh commented 4 months ago

Remove the changes from doc/lualine.txt. it'll be auto-generated upon merge

shadmansaleh commented 3 months ago

One more thing can't this be already done with existing fmt option?

patnr commented 3 months ago

Yes, you're right, it absolutely can. Sorry for wasting your time!