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 {
{| " ============================================================ | |
| " .vimrc minimalista para uso em servidores | |
| " Sem plugins, só configurações nativas | |
| " ============================================================ | |
| " --- Lider | |
| let mapleader = " " | |
| " --- Aparência | |
| set number |
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") |