vim-blueplanet VS nvim-dap

Compare vim-blueplanet vs nvim-dap and see what are their differences.

vim-blueplanet

My very personal and awesome Vim scripts and configuration. (by weilbith)

nvim-dap

Debug Adapter Protocol client implementation for Neovim (by mfussenegger)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-blueplanet nvim-dap
2 138
10 4,892
- -
9.2 7.7
about 2 months ago 5 days ago
Lua Lua
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-blueplanet

Posts with mentions or reviews of vim-blueplanet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-03.
  • FAVOURITE PLUGINS
    49 projects | /r/neovim | 3 Feb 2022
    To my knowledge vim-test has no out-of-the-box configuration for TypeScript. I forgot why. Anyway here is my configuration that adds mocha and jest as testers for TypeScript. Though it is mostly based on the existing JavaScript support of vim-test it adds some extra support for Vue testing and project local binaries. Finally ensure you enabled these testers in the vim-test configuration (g:test#custom_runners).
  • Do you use a single init.lua/.vim file or an organized directory structure? Just curious :)
    4 projects | /r/neovim | 14 Dec 2021
    You could take a look here at my configuration. Not sure if that is helpful. You should first read up native packages as it has been linked above. I don't explain the little sneaks and features here. But in its core I put file and directory structure above everything else. I barely import anything manually but fully rely on automated mechanisms. I use lazy loading heavily. I use a mix of .vim and .lua files depending on its content and which language is easier (e.g. mappings are simpler in VimL. In result I have hundreds of files in my configuration. My everything follows a structure. With tools like fzf or telescope it is too easy to open the file you search for. It's basically no overhead. It would be more work to find what I search for if I would have less files. Finally this keeps everything incredibly independent. I can add, change and especially remove thing very easily as most things are very separated and independent. I want to remove a plugin, all its config, mappings, highlights, signs, ... I just remove one directory. Nothing more and nothing less. Clean cut. If I want a plugin and everything around it (copy-paste from above) to be lazy loaded it just works out-of-the-box. It's very simple and elegant. In my opinion. Though you can easily dislike it if you don't agree that strong with the approach it's fundamental arguments.

nvim-dap

Posts with mentions or reviews of nvim-dap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-21.

What are some alternatives?

When comparing vim-blueplanet and nvim-dap you can also consider the following projects:

material.nvim - :trident: Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins

vimspector - vimspector - A multi-language debugging system for Vim

nvim - Simple and ready configuration for neovim(nvim) with LSP. Inited with rust and go support

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

octo.nvim - Edit and review GitHub issues and pull requests from the comfort of your favorite editor

nvim-gdb - Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB

vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

CodeLLDB - A native debugger extension for VSCode based on LLDB

vscode-cpptools - Official repository for the Microsoft C/C++ extension for VS Code.

my-lunarvim-config - My config for LunarVim

vscode-js-debug - A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more