File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5+
6+ ## [ Unreleased]
7+
8+ ## [ 2020.06.18]
9+ ### Added
10+ - ` iputils-ping ` package in dockerfiles to allow ping.
11+ - Vim terminal windows size setting - set to ` 20x0 ` .
12+ - NERDTree settings for following features:
13+ - Open automatically when vim starts up with no file specified.
14+ - Close vim if the only window left open is NERDTree.
15+ - Show hidden files by default but hide folder ` .git ` , ` .DS_Store ` and
16+ ` .swp ` files.
17+
18+ ### Fixed
19+ - Issue of ` pipenv ` returns `Failed to load paths: /bin/sh: 1: .../python: not
20+ found` by pinning the ` pipenv` version to ` 2018.11.26`.
21+
22+ ## [ 2020.06.17]
23+ ### Added
24+ - ` .vimrc ` configured for Python developemnt.
25+ - Ubuntu 20.04 based dockerfiles to build images for Python 3.7 & 3.8 variants.
26+
27+ [ Unreleased ] : https://github.com/devtography/pyvim/compare/2020.06.18...HEAD
28+ [ 2020.06.18 ] : https://github.com/devtography/pyvim/compare/2020.06.17...2020.06.18
29+ [ 2020.06.17 ] : https://github.com/devtography/pyvim/releases/tag/2020.06.17
You can’t perform that action at this time.
0 commit comments