A community-driven modular vim distribution - The ultimate vim configuration
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/neovim/raw/main/install.sh)"Manual install:
requires:
Debian based:
apt install neovim python3-websocket python3-sexpdata rsync exuberant-ctags python3-neovimFedora Based:
yum install neovim python3-websocket rsync ctags python3-neovimArch Based:
pacman -S neovim python-websocket ctags python-neovimMacOS:
brew install neovim ctagsmv -fv "$HOME/.config/neovim" "$HOME/.config/neovim.bak"
git clone https://github.com/dfmgr/neovim "$HOME/.config/neovim"
curl -sLf https://spacevim.org/install.sh | bash -s -- --install neovim
nvim -u ~/.config/nvim/vimrc +SPInstall