Skip to content

Releases: sheoak/sheoak-neovim

v2.0.0

13 May 16:07
Compare
Choose a tag to compare

2.0.0 (2020-05-13)

Bug Fixes

  • Disable jedi completion due to errors (728453e)

Features

  • Add FZF-preview and remove denite (fe0b777)
  • Add python debugging tools (3e4eb2b)
  • Add Y mapping to mimic C/D (2ddb497)

BREAKING CHANGES

  • why denite was powerful, it doesn't really offer much
    more than FZF and is way slower. FZF-preview brings new functions and is
    more elegant to the eyes.

v1.0.2

17 Apr 17:15
Compare
Choose a tag to compare

1.0.2 (2020-04-17)

Bug Fixes

  • Fix gutentags configuration (4facf27)
  • Remove prettier due to conflict with ALE (246996c)

v1.0.1

21 Dec 18:46
Compare
Choose a tag to compare

1.0.1 (2019-12-21)

Bug Fixes

  • Clean mappings and plugins (baeddfe)
  • plugins: Change denite mapping to match FZF (f0f2b70)
  • plugins: Clean plugin list (35c18a9)
  • plugins: Update denite ESC to match fzf (f858a50)

v1.0.0

21 Dec 18:39
Compare
Choose a tag to compare

1.0.0 (2019-12-21)

Features

  • Add semantic release configuration (dafb486), closes #2