gramic / dotvim

vim configuration and customization files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Lua 84.8%Language:Vim Script 6.3%Language:Shell 4.8%Language:Vim Snippet 4.0%Language:Scheme 0.0%