Skip to content

Latest commit

 

History

History
119 lines (79 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

119 lines (79 loc) · 2.38 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.2.0 / 2022-08-30

Added

  • Basic mjml support.
  • Enable gofmt ALE fixer.
  • Look for .eslintrc.cjs.

Changed

  • Use Fira Code.

Removed

  • WakaTime plugin.

3.1.0 / 2021-07-05

Changed

  • Do not confirm when stripping whitespace.
  • Use Gdiffsplit! over Gdiff.
  • Use quramy/tsuquyomi for TypeScript.
  • Only use eslint with ALE on TypeScript projects.
  • Update to new deoplete API.
  • UltiSnips mappings to use <C-L> and <C-H>.
  • Replace EasyClip with it's modular plugin replacements.
  • Use ALEFix over Autoformat.
  • Set oceanic-next options.
  • Update deprecated fugitive mappings.

Added

  • Enabled Prettier for ALE.
  • Enabled jq fixer for ALE.
  • Mappings for ALEFix.
  • Python fixers for ALE.
  • WakaTime.
  • VIM_COLOR fallback.
  • Markdown plugin tpope/vim-markdown.

3.0.0 / 2019-05-20

Changed

  • Disable thesaurus_query mappings.

Added

  • Terraform plugins.
  • ChangelogVersion macro.
  • New plugins: neco-ghc and vim-abolish.

Removed

  • Autoformat interface config.
  • GitHub issues plugin.

Fixed

  • ALE logic.

2.0.0 / 2018-05-18

Added

  • New GUI color scheme
  • Support for rg.
  • Support for nvim-gtk

Changed

  • Changed mapping starting with co to yo.
  • Neomake replaced with ALE.
  • Enable sneak label mode.
  • Always keep the sign column open.
  • Use NVM_DIR over NVM_ROOT.
  • Use IGNORE_FILE env var.
  • Update ag and rg to use ignore file.
  • Add javascript to language group.
  • Update to nvimrc v1.3.5

Fixed

  • Broken better whitespace plugin behaivor after upodate.

1.1.0 / 2017-06-11

Added

  • Use mhartington/nvim-typescript.
  • Add GitHub issues plugin.

Changed

  • Use standard --fix for auto-formatting.
  • Remove portkey.

Fixed

  • Correct location of Initialization heading.

1.0.0 / 2016-11-02

  • Initial release.