lualine.nvim/lua/lualine
JINNOUCHI Yasushi e4723362c4
feat: enable to set symbols for diff component (#116)
Changes logic to store diffs in `git_diff` because the original has
stored them in a list:

```
{1, 2, 3} => {added = 1, modified = 2, removed = 3}
```
2021-03-02 01:10:23 +01:00
..
components feat: enable to set symbols for diff component (#116) 2021-03-02 01:10:23 +01:00
extensions docs: added license to all source files 2021-02-13 01:03:57 +01:00
themes feat: palenight theme (#123) 2021-02-28 04:16:57 +01:00
utils fix: signify highlight fix (#108) 2021-02-22 00:07:44 +01:00
async.lua feat: drop signify dependency (added diff component) (#87) 2021-02-23 13:54:04 +01:00
highlight.lua refactor: removed cterm colors from themes (#115) 2021-02-22 21:28:29 +01:00