Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Neovim | 69,860 | 11 hours ago | 1,658 | other | Vim Script | |||||
Vim-fork focused on extensibility and usability | ||||||||||
Fzf | 54,596 | 8 | 11 | a day ago | 62 | April 17, 2021 | 348 | mit | Go | |
:cherry_blossom: A command-line fuzzy finder | ||||||||||
Vim Plug | 32,045 | 8 days ago | 131 | mit | Vim Script | |||||
:hibiscus: Minimalist Vim Plugin Manager | ||||||||||
Coc.nvim | 23,340 | 82 | 312 | 4 days ago | 108 | January 26, 2023 | 34 | other | TypeScript | |
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | ||||||||||
Nvchad | 19,534 | 2 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. | ||||||||||
Lunarvim | 15,847 | 23 days ago | 83 | gpl-3.0 | Lua | |||||
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. | ||||||||||
Vim Galore | 15,684 | 2 months ago | 8 | cc-by-sa-4.0 | Vim script | |||||
:mortar_board: All things Vim! | ||||||||||
Vim | 12,453 | 18 hours ago | 1,556 | mit | TypeScript | |||||
:star: Vim for Visual Studio Code | ||||||||||
Awesome Neovim | 11,792 | a day ago | 8 | cc0-1.0 | ||||||
Collections of awesome neovim plugins. | ||||||||||
Oni | 11,477 | 3 | 4 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim |
Configure vimrc for vim-bootstrap.
None.
This role support all languages of vim-bootstrap.
vim_command
: Target vim command (vim
or nvim
)vim_langs
: List of languages supported from vim-bootstrapvim_frameworks
: List of frameworks supported from vim-bootstrapvim_theme
: Vim color theme supported from vim-boostrapvim_additional_plugins
: List of plugins that you want to useNone.
Simply usage: (Minimum config in vim-bootstrap)
- hosts: localhost
connection: local
roles:
- attakei.vim_bootstrap
For Python engineer (Case of specify language)
- hosts: localhost
connection: local
roles:
- role: attakei.vim_bootstrap
vim_langs:
- python
MIT License