Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Neovim | 66,382 | 17 hours ago | 1,715 | other | Vim Script | |||||
Vim-fork focused on extensibility and usability | ||||||||||
Fzf | 52,509 | 8 | 5 | a day ago | 62 | April 17, 2021 | 319 | mit | Go | |
:cherry_blossom: A command-line fuzzy finder | ||||||||||
Vim Plug | 30,869 | 2 months ago | 126 | mit | Vim Script | |||||
:hibiscus: Minimalist Vim Plugin Manager | ||||||||||
Coc.nvim | 22,828 | 82 | 263 | a day ago | 97 | September 19, 2022 | 52 | other | TypeScript | |
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | ||||||||||
Spacevim | 19,893 | 4 days ago | 1 | July 02, 2022 | 39 | gpl-3.0 | Lua | |||
A community-driven modular vim/neovim distribution - The ultimate vimrc | ||||||||||
Nvchad | 17,405 | 3 days ago | 2 | August 19, 2021 | 3 | gpl-3.0 | Lua | |||
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience. | ||||||||||
Vim Galore | 15,154 | 3 months ago | 8 | cc-by-sa-4.0 | Vim script | |||||
:mortar_board: All things Vim! | ||||||||||
Lunarvim | 14,830 | 18 hours ago | 69 | gpl-3.0 | Lua | |||||
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. | ||||||||||
Vim | 11,970 | 2 days ago | 1,459 | mit | TypeScript | |||||
:star: Vim for Visual Studio Code | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim |
Neovim configuration is completely written in lua, thus it requires Neovim 0.5+.
This is my Neovim editor setup, with zsh and i3 configurations. Feel free to fork it and submit a pull request if you found any bug.
Warning: Install script removes all previous configuration (zshrc, oh-my-zsh, nvim, i3)
$ git clone https://github.com/kristijanhusak/neovim-config.git ~/neovim-config
$ cd ~/neovim-config
$ chmod +x ./install.sh
$ ./install.sh
$ nvim
see plugins.lua
Font used:
This project is licensed under MIT License (see LICENSE file for details). But each plugin has its own license, so check each one to see what you can do.