MamoruDS / vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# requirements
curl
node
yarn # or npm

Installation

install nodejs

install nodejs by using nvm or command

curl -sL install-node.now.sh/lts | bash

# sudo alternative
curl -sL install-node.now.sh/lts | sudo -E bash -

install neovim

official guide

Arch

install from command

pacman -S --noconfirm curl git neovim icu yarn

# fetch profile
curl -sL https://raw.githubusercontent.com/MamoruDS/vimrc/main/install.sh | sh

# update profile
curl -sL https://raw.githubusercontent.com/MamoruDS/vimrc/main/update.sh | bash
Debian

install from command

apt install curl git

# install neovim
curl -sL https://raw.githubusercontent.com/MamoruDS/vimrc/main/install_neovim.sh | bash
# with sudo
curl -sL https://raw.githubusercontent.com/MamoruDS/vimrc/main/install_neovim.sh | sudo -E bash -

# fetch profile
curl -sL https://raw.githubusercontent.com/MamoruDS/vimrc/main/install.sh | sh

# update profile
curl -sL https://raw.githubusercontent.com/MamoruDS/vimrc/main/update.sh | bash

install neovim in python provider (optional)

/your/python -m pip install neovim

nvim -c "checkhealth"
nvim -c "UpdateRemotePlugins" # for numirias/semshi

About


Languages

Language:Vim Script 77.1%Language:Shell 22.9%