PdfAnnots in Lua

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vimtex

    VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.

    I mostly use NeoVim to write LaTeX documents and was grateful to have u/lervag's help setting up PdfAnnots so that when hovering over a citation, I can run PdfAnnots on the associated pdf for that citation. Here is the Vimscript that he came up with: ``` function PdfAnnots() abort try let infile = vimtex#context#get().handler.get_actions().entry.file catch /E121/ echo "No file found" return endtry

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts