Go to file
ducnn ccf00845d1 Add requirement for nodejs 2022-10-09 10:18:18 +07:00
LICENSE Update 'LICENSE' 2022-08-26 09:59:48 +00:00
README.md Add requirement for nodejs 2022-10-09 10:18:18 +07:00
coc-settings.json Init commit 2022-08-26 09:57:03 +00:00
init.vim Update readme, add some key bindings for vim tabs 2022-10-09 10:04:29 +07:00

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