Personal and work vim 8 configuration with submodules
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/personal-and-work-vim-8-configuration-with-submodules_611ae2c51d1ce-375x210.png)
vimfiles
Windows Vim 8 configuration files based on the recommendations of Ruslan Osipov, Keep Your vimrc file clean and The musings of bluz71.
:help vimrc recommends moving vimrc and gvimrc to vimfiles to make the setup more portable.
Installation
Several applications are assumed to be in the PATH
, install
git-scm and select
User Git and optional Unix tools from the Windows Command Prompt.
See steps to add a local bin directory for
the other applications referenced in the vim configuration files.
Install Vim on Windows Subsystem for Linux
On Debian derivatives, like Ubuntu, the
dotfiles
repository provides an installation script for a compatible version of Vim with
GTK3. It also links ~/.vim/
to Windows $USERPROFILE/vimfiles/
to share
configuration across environments.
Install Vim on Windows
Vim-win32-installer
includes python3/dyn
currently linked to Python 3.8
.