lualine.nvim/lua/lualine/components
zappolowski f10101ab04
feat(filename) Always use the first letter for hidden directories (#833)
Instead of shortening a path segment to just the dot, it is now always
using 2 characters.

E.g.

```
~/.config/nvim/lua/config/lualine.lua
```

is shortened to

```
~/.c/n/l/c/lualine.lua
```

This includes a rewrite of the shortening logic as it cannot be
expressed easily/readable using patterns. The current approach starts at
the beginning and replaces each segment by a shortened version and
keeping track of the overall length (basic book keeping on how many
characters were saved by the replacement).
2022-09-10 15:20:37 +06:00
..
branch docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
buffers More user-friendly LualineBuffersJump (#780) 2022-08-08 21:52:28 +06:00
diagnostics corrected order returned by workspace diagnostic (#831) 2022-09-10 15:14:26 +06:00
diff docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
special fixup: escape results of vim_var components 2022-07-28 13:30:17 +06:00
tabs docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
windows docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
encoding.lua enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
fileformat.lua docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
filename.lua feat(filename) Always use the first letter for hidden directories (#833) 2022-09-10 15:20:37 +06:00
filesize.lua fix: large file lag with filesize component (partially reverts #649) (#675) 2022-05-07 09:53:33 +06:00
filetype.lua chore: autogen (vimdocs+formating) 2022-08-20 15:51:32 +00:00
hostname.lua fix: % not properly escaped in other components too. 2022-02-15 23:17:05 +06:00
location.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00
mode.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
progress.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00