beande VS nvim

Compare beande vs nvim and see what are their differences.

beande

This repository contains the configuration for Neovim to make it like an IDE. (by baobaoit)

nvim

My neovim configuration, as it is my weapon of choice. Setting it up for nim-lang was a priority, autocompletion and navigation. (by Rosen-Popov)
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
beande nvim
8 6
17 4
- -
4.5 7.9
29 days ago 6 days ago
Lua Lua
MIT License -
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.

beande

Posts with mentions or reviews of beande. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • What are good configs for java?
    8 projects | /r/neovim | 25 Oct 2022
    If you want to reference a configure for Neovim to work with Java, you can try my config here: baobaoit/beande
  • adding lombok to neovim
    3 projects | /r/neovim | 16 Aug 2022
    Here is the rule as the XML format: eclipse-java-google-style.xml
  • Decided to share my java ide with the community
    2 projects | /r/neovim | 14 May 2022
  • Up to date guide on adapting nvim for Java development?
    12 projects | /r/neovim | 27 Sep 2021
    You can try a workaround, when you are comfortable with lua script, you can look at my repository beande - the Java IDE on Neovim. This repository is [W.I.P] so the README is not up-to-date yet.
  • How to make vim smart like Jetbrains IDE ?
    4 projects | /r/neovim | 21 Sep 2021
    I’m moving from IntelliJ to Neovim. I have the idea like as you. The problem with not rename var in many files is because the setting about your project or root_dir is incorrect. You can check my configure file at https://github.com/baobaoit/beande on the branch main or development. The README.md is not up-to-date. I use lspconfig + jdtls (I clone the jdtls repository and build it) or you can try nvim-jdlts, almost key mapping is from lspconfig guide.
  • jdtls nvim settings
    3 projects | /r/neovim | 10 Sep 2021
    I’m a Java Developer, I used to try nvim-jdtls but seems like it is not completely yet. So I switched to nvim-lspconfig with require('lspconfig').jdtls.setup{} and back port / reuse some functions of nvim-jdtls. You can look at my init.lua: https://github.com/baobaoit/NVimConfigForJava/blob/development/init.lua . The repository is W.I.P. Hope this can help you.
  • Advice for a fairly newbie in NVim willing to switch from coc to native LSP
    8 projects | /r/neovim | 9 Sep 2021
    For Java, you can look at my repository (W.I.P): https://github.com/baobaoit/NVimConfigForJava/blob/development/init.lua

nvim

Posts with mentions or reviews of nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-25.
  • Vim keybinding with non-english keys
    2 projects | /r/neovim | 25 Dec 2022
    Yes there is and just makes it so for insert mode and search and stuff. I made this for myself with the same issue: https://github.com/rdpopov/nvim/blob/master/configs/lang.vim
  • People drop your nvim .dotfile
    80 projects | /r/neovim | 20 Nov 2022
    Aight, here you go. I have some modifications i have made for me, that might be useful. Some of the photos are outdated, statusline very much so, i use something plain and clean of weird characters. But it works for generic text editing as well. https://github.com/rdpopov/nvim. Strongly recommend tmux too
  • Trying to create a LunarVim like IDE setup, called DeathVim
    3 projects | /r/vim | 21 Jun 2022
  • Neovim distributions for writers
    7 projects | /r/neovim | 21 Apr 2022
  • Advice for a fairly newbie in NVim willing to switch from coc to native LSP
    8 projects | /r/neovim | 9 Sep 2021
    You could try this as an alternative to sneak - phaazon/hop.nvim. And im not sure what the grep plugin does but vim has grep integrated. I use it like a ripgrep though. Look into liuchengxu/vista.vim if you haven't, it kinda does like an outline and does not require an lsp( but it can use it) so its more versatile. Look into undotree if that is something that might interest you, it's useful, and maybe set up persistent undo and undodir. Since there is someone else that said about native lsp.. I'll just say its way easier to set up a language server to work correctly. Another cool plugin to use is ray-x/navigator.lua, used it mainly to look at references but it's got more uses. I find airline to slow startup time so if you are experiencing a slowdown thats a possible culprit. Here is my config, steal if you want to. neovim
  • Use Vim As A Nim Ide
    1 project | /r/nim | 8 Jan 2021
    i have somehow made it work a little bit different for the completion and still works great nvimrc

What are some alternatives?

When comparing beande and nvim you can also consider the following projects:

AstroNvim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins

vim-lsp-cxx-highlight - Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd

nvim-jdtls - Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls

telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.

rust-tools.nvim - Tools for better development in rust using neovim's builtin lsp

DeathVim - A quick neovim setup.

refactoring.nvim - The Refactoring library based off the Refactoring book by Martin Fowler

dotfiles - Dmitry Demenchuk does dotfiles

AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]

dotfiles - Me confeegs.. me precious confeegs.

nvim-lsp-ts-utils - Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.

nvim-config - My neovim config