Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 637 Bytes

These are my own vim customization files which are usually very personal. However, you could take advantage of them if you will.

Here are some special notes and structure for this configuration.

  1. Install git first. On Ubuntu machine use: sudo apt-get install git-core
  2. Make link in your .vim directory to this .vimrc file. That way you can modify and push the changes back to this GitHub repository.
git clone https://github.com/gramic/dotvim.git ~/.config/nvim/plugged/dotvim && \
  ln -s ~/.config/nvim/plugged/dotvim/.vimrc ~/.config/nvim/init.vim && \
  ln -s ~/.config/nvim/plugged/dotvim/.tmux.conf ~/.tmux.conf