shiftwinting / neovim-1

neovim config

Home Page:https://github.com/dfmgr/installer/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim

A community-driven modular vim distribution - The ultimate vim configuration

Automatic install/update:

bash -c "$(curl -LSs https://github.com/dfmgr/neovim/raw/master/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

About

neovim config

https://github.com/dfmgr/installer/wiki

License:GNU General Public License v3.0


Languages

Language:Lua 67.0%Language:Vim Script 24.1%Language:Shell 7.3%Language:Vim Snippet 1.6%