mirror of
https://github.com/luzifer/vim.git
synced 2024-11-08 15:40:01 +00:00
My VIM configuration including installed bundles managed by vundle
|
||
---|---|---|
after | ||
autoload | ||
bin | ||
colors | ||
vim-plug@d1c19a6fa9 | ||
.gitignore | ||
.gitmodules | ||
init.vim | ||
README.markdown |
Neovim config
This repository holds my Neovim configuration including installed bundles managed by plugged.
Installation
- Clone to ~/.config/nvim:
git clone https://github.com/Luzifer/vim.git ~/.config/nvim
- Initialize submodule:
cd ~/.config/nvim && git submodule update --init
- Initialize plugged
nvim +PlugInstall +qall