Skip to content

hhendrikk/dotvim

Repository files navigation

dotvim

This is my .vim folder setup.

The plugins are managed by VIM-Plug.

Requirements

  1. Install node NodeJS.
  2. Install python Python.

Installation

  1. Clone the repo with git clone https://github.com/hhendrikk/dotvim ~/.vim
  2. cd ~/.vim
  3. md backups
  4. md swaps
  5. md undos
  6. md autoload
  • md c:\Users\[username]\vimfiles to powershell
  • md c:\Users\[username]\vimfiles\autoload to powershell
  1. ln -s ~/.vim/vimrc ~/.vimrc to make the .vimrc link on your home.
  • cmd /c mklink C:\Users\[username]\.vimrc c:\Users\[username]\.vim\vimrc to powershell
  1. Install VIM-Plug with curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  2. vim +PlugInstall to install all of the plugins.

About

My vim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published