Beande

This repository contains the configuration for Neovim to make it like an IDE.
Alternatives To Beande
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Spacevim19,726
13 hours ago1July 02, 202224gpl-3.0Lua
A community-driven modular vim/neovim distribution - The ultimate vimrc
Nvchad15,571
a day ago2August 19, 20211gpl-3.0Lua
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime
Lunarvim13,769
14 hours ago77gpl-3.0Lua
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Oni11,47713 years ago6April 02, 2017518mitTypeScript
Oni: Modern Modal Editing - powered by Neovim
Astronvim8,322
2 days ago3gpl-3.0Lua
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
Haskell Ide Engine2,435
2 years ago302otherHaskell
The engine for haskell ide-integration. Not an IDE
Goneovim2,036
a day ago51June 21, 202293mitGo
A GUI frontend for neovim.
Vim Config1,672
24 days ago35Vim Script
Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim.
Codeium.vim895
4 days ago7mitVim Script
Free, ultrafast Copilot alternative for Vim and Neovim
Solidoak894
6 years ago17unlicenseRust
An IDE for Rust
Alternatives To Beande
Select To Compare


Alternative Project Comparisons
Readme

NVimConfigForJava

Vimscript version is archived!

I will migrate to the lua script.

Prerequisites

Introduction

The purpose of this repository is to provide the neovim (nvim) configuration with plugins that make it likely an lightweight IDE.

Features

  • Syntax highlighted.
  • File browser.
  • Find by file name.
  • Find by file content.
  • Autocomplete.
  • Code intellisense.
  • 80 line limited.
  • Detected unused imports.
  • Linter.
  • Code navigation.
  • Debug

Plugins

Plugin name Description
joshdick/onedark.vim Atom one dark theme
vim-airline/vim-airline Status bar extension
preservim/nerdTree File browser
ryanoasis/vim-devicons Adds icons to plugins
junegunn/fzf.vim Find by file name
jremmen/vim-ripgrep Find by file content
uiiaoo/java-syntax.vim Java syntax
sheerun/vim-polyglot Language syntax
neoclide/coc.nvim Code intellisense
ycm-core/YouCompleteMe Code intellisense and DAP port
jiangmiao/auto-pairs Auto pairs bracket
voldikss/vim-floaterm Float terminal
tpope/vim-fugitive Git integration
puremourning/vimspector Debug
whatyouhide/vim-lengthmatters 80 line limited
akhaku/vim-java-unused-imports Remove unused imports
dense-analysis/ale Code analyze
Popular Ide Projects
Popular Neovim Projects
Popular Integrated Development Environments Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Lua
Ide
Neovim