Commit Graph

158 Commits

Author SHA1 Message Date
gzygmanski
385f8c89e0 feat: show default file icon when nvim-devicon is not installed (#696) 2021-10-08 21:53:31 +02:00
Unoqwy
c0dcbbd285 add special files using absolute paths (#707) 2021-10-08 21:53:09 +02:00
kiyan
4de55440b8 fix: returns empty string instead of default icon by default 2021-10-02 23:11:13 +02:00
kiyan
1b04082872 fix: do not display empty string or nil callbacks in help view 2021-09-30 13:17:05 +02:00
kiyan
1b746744ad fix: renderer global options should be loaded on each reload 2021-09-27 19:43:23 +02:00
kiyan
67f1d36d1b fix: highlight git new file icon with gitnew not gitdirty 2021-09-27 19:39:10 +02:00
Hanfei Shen
11659aaa65 fix: help after refactoring view (#647) 2021-09-27 10:04:00 +02:00
kiyan
506d2e792a chore/fix: renderer module initializations
- put renderer into its own folder, extract the padding logic to make it
  reloadable. Will allow small refactorings of the rendering logic to
  make it easier to extend.
- get the icon state before each renderer reload
2021-09-26 12:29:47 +02:00