Environment: ubuntu 22.04
Check Release Page: https://github.com/neovim/neovim/releases/tag/stable
- use neovim v0.9.0
sudo apt update
apt install build-essential python3-neovim ripgrep -y
wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz
tar xzvf nvim-linux64.tar.gz
cp ./nvim-linux64/bin/nvim /usr/bin/nvim
nvim --version
git clone https://github.com/EG-easy/dotfiles.git
cd dotfiles
make deploy
source ~/.bashrc
:LspInstallServer
:LspStatus
:call dein#update()
delete cache
:call dein#recache_runtimepath()
:AleInfo
:ALEDetail
q
: quit
cd ~/dotfiles/nvim/dein/repos/github.com/heavenshell/vim-jsdoc && make clear && make install
Set below values in .vimrc
or init.vim
let s:colorschemename = ''
let s:colorschemeURL = ''
:call mkdp#util#install()