/dot_vim

Primary LanguageVim Script

.vimrc

Vim

pip3 install neovim

NeoVim

mkdir -p ~/.config
ln -s ~/.vim ~/.config/nvim
ln -s ~/.vimrc ~/.config/nvim/init.vim

Install

mkdir -p ~/.vim/dein/repos/github.com/Shougo/dein.vim
git clone https://github.com/Shougo/dein.vim.git ~/.vim/dein/repos/github.com/Shougo/dein.vim
vi +':call dein#install()' +q

# Setup plugins
./setup.sh load

# Update plugins
./setup.sh update

You may need the following command in vim.

:CocCommand eslint.showOutputChannel

Change default editor

sudo update-alternatives --config editor