Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spacevim | 19,717 | 14 hours ago | 1 | July 02, 2022 | 26 | gpl-3.0 | Lua | |||
A community-driven modular vim/neovim distribution - The ultimate vimrc | ||||||||||
Nvchad | 15,516 | 16 hours 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,722 | 16 hours ago | 78 | 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,262 | 15 hours 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,032 | 15 hours ago | 51 | June 21, 2022 | 93 | mit | Go | |||
A GUI frontend for neovim. | ||||||||||
Vim Config | 1,672 | 22 days ago | 35 | Vim Script | ||||||
Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim. | ||||||||||
Codeium.vim | 895 | a day 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 |
Abstract, The NeoVim configuration to achieve the power of Modern IDE
more about Abstract and installation can be found on DOCS
extra/
snippets/ / custom defined snippets
...
init.lua / load/source configs | heart of Abstract
lua/
autocmd.lua / auto command configs
configs.lua / configs that's don't depends on plugins
mappings.lua / mappings that don't depends on plugins
packer_nvim.lua / manage plugins
customs/
override_defalut.lua / configs to override defined config
abstractline.lua / i am working on it. btw it's a status line
plugins/ / dir containing configs for plugins. each plugin has it's own config and can be locaed through init.lua file
...
plugin/ / auto-created by plugin manager
setup.py / python-script to install/update Abstract
Distributed under the MIT License.