You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Gregory Leeman 7928bf279f lazygit 9 months ago
after lazygit 9 months ago
autoload revised plugins 1 year ago
colors lazygit 10 months ago
ftdetect clean 2 years ago
lua lazygit 9 months ago
plugin lazygit 10 months ago
.gitignore cleanup 1 year ago
README.md added readme 1 year ago
vimrc lazygit 9 months ago

README.md

.vim

Config files for vim.

Requirements

  • neovim brew install neovim (mac) apt-get install neovim (ubuntu)
  • python 3
  • pynvim pip install pynvim

QuickStart

cd ${HOME};
git clone "https://git.gregoryleeman.com/gregory/.vim.git";
mkdir -p "${HOME}/.config/nvim";
cat > "${HOME}/.config/nvim/init.vim" << EOF
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc
EOF

Inside vim, run:

:PlugInstall