Following are the extensions required for neovim:
I use lazy.nvim
so, just add the following to your plugins table, or create a new file in lua/plugins/lsp.lua
return {
{
Following are the extensions required for neovim:
I use lazy.nvim
so, just add the following to your plugins table, or create a new file in lua/plugins/lsp.lua
return {
{
# please install dependencies first: | |
# sudo apt update && sudo apt install textlive-full inotify-tools | |
# | |
# USAGE: ./run.sh ./tex-directory/texfile.tex | |
# ------------------------------------------------------------- | |
#!/bin/bash | |
FILE=$1 | |
DIR=$(dirname "$FILE") |