Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spacevim | 19,726 | 13 hours ago | 1 | July 02, 2022 | 24 | gpl-3.0 | Lua | |||
A community-driven modular vim/neovim distribution - The ultimate vimrc | ||||||||||
Nvchad | 15,571 | a day ago | 2 | August 19, 2021 | 1 | gpl-3.0 | Lua | |||
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime | ||||||||||
Lunarvim | 13,769 | 14 hours ago | 77 | gpl-3.0 | Lua | |||||
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Astronvim | 8,322 | 2 days ago | 3 | gpl-3.0 | Lua | |||||
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins | ||||||||||
Haskell Ide Engine | 2,435 | 2 years ago | 302 | other | Haskell | |||||
The engine for haskell ide-integration. Not an IDE | ||||||||||
Goneovim | 2,036 | a day ago | 51 | June 21, 2022 | 93 | mit | Go | |||
A GUI frontend for neovim. | ||||||||||
Vim Config | 1,672 | 24 days ago | 35 | Vim Script | ||||||
Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim. | ||||||||||
Codeium.vim | 895 | 4 days ago | 7 | mit | Vim Script | |||||
Free, ultrafast Copilot alternative for Vim and Neovim | ||||||||||
Solidoak | 894 | 6 years ago | 17 | unlicense | Rust | |||||
An IDE for Rust |
Vimscript version is archived!
I will migrate to the lua script.
vim-plug
and compiles source by yourself.The purpose of this repository is to provide the neovim (nvim) configuration with plugins that make it likely an lightweight IDE.
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 |