Skip to content

Releases: lambdalisue/vim-fern

Version 1.8.2

04 Aug 05:39

Choose a tag to compare

Fix #143: Fern buffer goes blank in some case

Version 1.8.1

03 Aug 18:22
b7caa2f

Choose a tag to compare

Fix scheme mapping loading issue introduced from v1.7.0

Version 1.8.0

03 Aug 05:25
774e283

Choose a tag to compare

Support custom highlight on window select feature

Version 1.7.0

02 Aug 17:05
40b8fc9

Choose a tag to compare

  • Support 3rd party scheme mappings

Version 1.6.0

02 Aug 10:24

Choose a tag to compare

  1. Use sign instead to represent marks. This change will break existing renderer. See lambdalisue/vim-fern-renderer-nerdfont#2 to find required modifications if you've made a custom renderer

  2. Add "badge" support for 3rd party plugins

Version 1.5.0

30 Jul 16:17

Choose a tag to compare

  • Remove FernInit which does not work as expected
  • Remove all deprecated features

Version 1.4.2

30 Jul 15:58

Choose a tag to compare

Fix helptag

Version 1.4.1

30 Jul 14:08

Choose a tag to compare

Add documentation about FernInit user autocmd and renderer/comparator

Version 1.4.0

29 Jul 21:27
0e862fc

Choose a tag to compare

Add some features for "plugin" type 3rd party integrations

Version 1.3.1

19 Jun 04:43
f3a8d53

Choose a tag to compare

Fix bug on session load. #116