Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

84 lines (48 loc) · 4.46 KB

CHANGELOG

1.4.0 (2021-02-02)

Features

  • plug: add vim-loclist-follow (dc564cf)
  • add blacklist ft for auto retab (c40192d)
  • add history/shada persistence (92968e8)
  • add svelte & emmet plugins (7c93dd0)
  • auto retab & dangling line remover (e7ecdb0)
  • improve indenting (8a5730f)

Bug Fixes

  • airline/ui lag w/ lazyredraw (4206a08)
  • autocomplete & transparency (090b3c3)
  • check that buf var has key (122d918)
  • CocUpdate issue by inc sleep time to 3 mins (706c043)
  • cocupdate issue with 5 minute timeout (8daa7a1)
  • improve nerdtree behaviour with some persistence (ca36959)
  • lint signs visual annoyance (1cdc882)
  • loclist position reset (3ce9b31)
  • mv ftplugin to correct nvim config path (8a0d79f)
  • rm nerdtree conflicting keys with nav (ef00eae)
  • update to working docker image & no cache build (461473e)

1.3.1 (2020-01-18)

Bug Fixes

  • rm coc-tabnine extension (815e760)

1.3.0 (2020-01-09)

Features

1.2.0 (2020-01-07)

Features

  • add support for local or remote image run (4868558)

Bug Fixes

  • dockerfile: missing && for nim step (6310270)

1.1.0 (2020-01-04)

Features

Bug Fixes

  • install: resolve lint warnings (03948a3)

1.0.0 (2020-01-04)

Features

  • add Dockerfile (2c9bced)
  • add install, binary script, base plugins & config (c6a15c1)
  • add nim integration (80e0401)
  • shrink image size & rm bloat coc-ext (6fba7e8)
  • plug: add vim-markdown-toc (0cf67c4)

Bug Fixes

  • bin: add rm flag to avoid bloat (b403b5c)
  • use universal cursorHold loclist (d435db6)
  • docker: set pipefail on shell (7679183)