otter.nvim: LSP features for embedded languages (e.g. code chunks in markdown)

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. otter.nvim

    Just ask an otter! 🦦

    If you can write a treesitter query that captures a) the language and b) the embedded code like here: https://github.com/jmbuhr/otter.nvim/blob/main/lua/otter/tools/queries.lua

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. quarto-nvim

    Quarto mode for Neovim

    The easiest way to get started with it is via https://github.com/quarto-dev/quarto-nvim but the reason I made it a separate plugin is because it can also be used for other purposes, so I'm excited what usecases you come up with!

  4. nvim-config

    My personal Neovim configuration, public to show my plugins in action. (by jmbuhr)

    I view otter.nvim more as a library with tools to use in your config or other plugins. It extract's the code chunks, keeps the otter buffers in sync, provides a nvim-cmp source for completion and forwards modified LSP requests. quarto-nvim on the other hand is specific to quarto documents. So it provides some keybindings to otter functions and sets up the otter.nvim source in the example configuration I provide (https://github.com/jmbuhr/quarto-nvim-kickstarter), but also does things like `quarto preview`.

  5. tree-sitter-go-template

    Golang template grammar for tree-sitter

    I need to work with yaml containing go templates and the current setup is to set the filetype to GOTMPL with this TS grammar and use language injection for thw yaml, basically encasing the yaml in a gotemplate.

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

  • Use treesitter to jump to next argument without going into nested function calls?

    1 project | /r/neovim | 22 Sep 2023
  • Code navigation ctags/cscope/gnu global alternative?

    1 project | /r/neovim | 16 Sep 2023
  • How to move between the topmost/root node in treesitter?

    1 project | /r/neovim | 20 Jun 2023
  • [WIP] A feature-rich, polished, highly customizable winbar, with drop down menu support and multiple backends

    4 projects | /r/neovim | 23 May 2023
  • Is there a feature in Neovim similar to Emmet's balance inward and outward in VSCode?

    1 project | /r/neovim | 3 May 2023

Did you know that Lua is
the 18th most popular programming language
based on number of references?