lualine.nvim/lua/lualine/components
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
..
branch.lua feat: adding component specific options (#60) 2021-02-15 19:09:12 +01:00
diagnostics.lua feat: customize symbols for the diagnostics component (#112) 2021-02-22 12:43:51 +01:00
diff.lua feat: enable to set symbols for diff component (#116) 2021-03-02 01:10:23 +01:00
encoding.lua docs: added license to all source files 2021-02-13 01:03:57 +01:00
fileformat.lua feat: adding component specific options (#60) 2021-02-15 19:09:12 +01:00
filename.lua refactor: fix #100 2021-02-20 16:59:28 +01:00
filetype.lua fix: filetype icon not updating with file change (#119) 2021-02-27 19:31:18 +01:00
location.lua docs: added license to all source files 2021-02-13 01:03:57 +01:00
mode.lua docs: added license to all source files 2021-02-13 01:03:57 +01:00
progress.lua docs: added license to all source files 2021-02-13 01:03:57 +01:00
signify.lua feat: drop signify dependency (added diff component) (#87) 2021-02-23 13:54:04 +01:00