-
-
Notifications
You must be signed in to change notification settings - Fork 205
Extensions
Simon Gauvin edited this page Jul 1, 2024
·
20 revisions
- nvim-dap-ui - Experimental UI for nvim-dap
- nvim-dap-virtual-text - Inlines the values for variables as virtual text using treesitter.
- telescope-dap.nvim - Integration for nvim-dap with telescope.nvim
- telescope-dapzzzz - facilitate dap to load vscode adapter configure file or user custom configure file
-
fzf-lua - UI integration for nvim-dap with
fzf
- cmp-dap - nvim-cmp source for using DAP completions inside the REPL.
- nvim-dap-repl-highlights - Add syntax highlighting to the dap REPL.
- nvim-dap-python - An extension for nvim-dap providing default configurations for python and methods to debug individual test methods or classes.
- nvim-dap-go - Allows debugging individual Go tests and provides default configurations for launching delve automatically.
- nvim-jdtls - Extensions for the built-in language server client in Neovim for eclipse.jdt.ls that also provides debugging support for Java via nvim-dap.
- nvim-metals - Scala/Metals plugin for the Neovim built-in LSP client. Integrates with nvim-dap to provide debug functionality.
- jester - A Neovim plugin to easily run and debug Jest tests
- rustaceanvim - Tools for better development in rust using neovim
- nvim-dap-ruby - An extension providing adapter definition and configurations for debug.rb
- nvim-dap-vscode-js - An extension providing configurations for the official vscode js debugger, which runs javascript/typescript (both in-browser and node.js)
- haskell-tools.nvim - Haskell tools for neovim. Can discover haskell-debug-adapter launch configurations for cabal and stack projects.
- deno.nvim - A plugin to improve deno experience in neovim
- ctest-telescope.nvim - An extension to easily fuzzy-find and debug C++ tests
- neotest - Test runner with nvim-dap support.