SaaSHub helps you find the best software and product alternatives Learn more →
Quarto-nvim-kickstarter Alternatives
Similar projects and alternatives to quarto-nvim-kickstarter
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
mini.nvim
Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
-
-
nvim-python-repl
A simple neovim plugin that leverages treesitter for interacting with a python/scala/lua REPL.
-
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
quarto-nvim-kickstarter discussion
quarto-nvim-kickstarter reviews and mentions
-
Looking for assistance for plugin configuration
- https://github.com/jmbuhr/quarto-nvim-kickstarter
-
otter.nvim: LSP features for embedded languages (e.g. code chunks in markdown)
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`.
-
Spellcheck doesn't work in markdown tables
Are you using treesitter? I think it only defines regular paragraphs and headings as spelling regions (see @spell here: https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/markdown/highlights.scm). You can add your own query to make another region spell check as well by adding a file to your config like this (example is for the R filetype, same principle for markdown): https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/after/queries/r/highlights.scm in which you then add @spell to a query. Check out nvim-treesitter-playground to find the query you need.
-
What do you use to send lines of code to the terminal? (AKA vim-slime alternatives?)
For quarto and plain code files I am still on vim-slime, either using a terminal buffer or a tmux pane. If you find a more neovim centered solution, do let me know in an issue over at https://github.com/jmbuhr/quarto-nvim-kickstarter ;)
-
Function and class text objects with Treesitter?
Here are some examples: https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/treesitter.lua
-
Neovim GUI for Jupyter Notebooks
To edit code in a quarto document you can use my quarto-nvim plugin: https://github.com/quarto-dev/quarto-nvim and get a headstart of plugins that complement it here: https://github.com/jmbuhr/quarto-nvim-kickstarter
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Feb 2025
Stats
jmbuhr/quarto-nvim-kickstarter is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of quarto-nvim-kickstarter is Lua.
Popular Comparisons
- quarto-nvim-kickstarter VS otter.nvim
- quarto-nvim-kickstarter VS nvim-python-repl
- quarto-nvim-kickstarter VS tree-sitter-go-template
- quarto-nvim-kickstarter VS nvim
- quarto-nvim-kickstarter VS mini.nvim
- quarto-nvim-kickstarter VS nsxiv
- quarto-nvim-kickstarter VS nvim-treesitter-textobjects
- quarto-nvim-kickstarter VS magma-nvim-goose
- quarto-nvim-kickstarter VS quarto-nvim