Skip to content

gramic/dotvim

Repository files navigation

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

About

vim configuration and customization files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published