neovim
This is an old revision of the document!
Table of Contents
Install neovim in debian
#!/bin/bash curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.appimage chmod u+x nvim-linux-x86_64.appimage sudo mv nvim-linux-x86_64.appimage /usr/local/bin/nvim
Configure NeoVim
Install language server
sudo npm install -g bash-language-server
Latex support
wget https://github.com/latex-lsp/texlab/releases/latest/download/texlab-x86_64-linux.tar.gz tar -xzf texlab-x86_64-linux.tar.gz chmod +x texlab sudo mv texlab /usr/local/bin/
neovim.1774641662.txt.gz · Last modified: by karcio
