Skip to content

dfmgr/neovim

Repository files navigation

neovim

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-neovim

Fedora Based:

yum install neovim python3-websocket rsync ctags python3-neovim

Arch Based:

pacman -S neovim python-websocket ctags python-neovim

MacOS:

brew install neovim ctags
mv -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

neovim wiki | neovim site | SpaceVim site