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.
|
7 months ago | |
---|---|---|
LICENSE | 10 months ago | |
README.md | 8 months ago | |
coc-settings.json | 10 months ago | |
init.vim | 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