JeffIrwin / dotfiles

My dotfiles for configuring neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Clone this repository:

git clone https://github.com/JeffIrwin/dotfiles.git

Windows

Place _vimrc and supertab.vmb in c:\program files (x86)\vim\ (or wherever you installed vim).

Edit supertab.vmb with vim and source it (:so %).

Note: if launching vim from git bash, you must also have sourced supertab.vmb in ~/.vim/.

Wherever you choose to place it, run git config --global core.excludesfile /path/to/.gitignore

Linux

Run deploy.sh.

Edit ~/.vim/supertab.vmb and source it as above.

About

My dotfiles for configuring neovim

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 54.1%Language:Lua 45.9%