lualine.nvim/lua/lualine
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
..
components feat(filename) Always use the first letter for hidden directories (#833) 2022-09-10 15:20:37 +06:00
extensions chore: autogen (vimdocs+formating) 2022-07-15 11:53:29 +00:00
themes docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
utils feat: allow lualine to be temporarily completely disabled 2022-08-03 21:35:31 +06:00
component.lua fix: on_click messing up highlights 2022-07-22 20:17:02 +06:00
config.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00
highlight.lua chore: bump stylua version to 14.1 in CI 2022-07-22 19:48:20 +06:00