Install Plug
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'Then in Neovim: :PlugInstall
The installation uses Pyright as LSP for autocompletion
npm install -g pyrightTreesitter requires...
- a working C compiler in the path to compile the parsers. (zig is standalone)
- nodejs in path to generate the grammar for latex
- tree-sitter cli to generate the grammar for latex
ripgrep is required to fully utilize telescope.
sudo apt install xclip