This repository contains all the files which makes a docker image for development purposes.
The file builds the docker image.
- Based on ubuntu focal.
- Vim version 8.1
- Git installed
- Installed vim plugins:
a. vim-go -- This plugin makes the development of Go in vim simpler.
b. pathogen -- Smartly loads all plugins from specified paths.
c. sensible -- A common set of standards for vim editor.
d. vim-plug -- Plugin manager for vim.
e. vundle -- Another vim plugin mangager.