You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
nnduc 68eefec225 remove redundant line 7 months ago
LICENSE Update 'LICENSE' 10 months ago
README.md Add requirement for nodejs 8 months ago
coc-settings.json Init commit 10 months ago
init.vim remove redundant line 7 months ago

README.md

vim

My Vim configuration

vim-plug

Vim

Linux
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Neovim

Linux
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Install plugins:

:PlugInstall

Conquer of Completion

Nodejs is a requirement:

curl -sL install-node.vercel.app/lts | bash

Run commands in NeoVim/Vim:

:CocInstall coc-json coc-tsserver coc-snippets coc-vimtex coc-pairs