Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Neovim | 69,761 | 9 hours ago | 1,648 | other | Vim Script | |||||
Vim-fork focused on extensibility and usability | ||||||||||
Fzf | 54,545 | 8 | 11 | a day ago | 62 | April 17, 2021 | 348 | mit | Go | |
:cherry_blossom: A command-line fuzzy finder | ||||||||||
Vim Plug | 32,045 | 4 days ago | 131 | mit | Vim Script | |||||
:hibiscus: Minimalist Vim Plugin Manager | ||||||||||
Coc.nvim | 23,337 | 82 | 312 | 9 hours ago | 108 | January 26, 2023 | 33 | other | TypeScript | |
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | ||||||||||
Nvchad | 19,473 | a day 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 | 19 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,435 | 2 days ago | 1,546 | mit | TypeScript | |||||
:star: Vim for Visual Studio Code | ||||||||||
Awesome Neovim | 11,758 | 9 hours ago | 9 | cc0-1.0 | ||||||
Collections of awesome neovim plugins. | ||||||||||
Oni | 11,477 | 3 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim |
_ _
(_) __(_)___ ___
/ / | / / / __ `__ \
/ /| |/ / / / / / / /
/_/ |___/_/_/ /_/ /_/
Version: 3.0
After about 7 years' development, ivim contains 2 versions to satisfy different requirements.
If you love ivim, welcome to buy me a cup of coffee ☕️. Thx!!!
Beautiful
Use lots of famous colorschemes to make your eyes feel comfortable in both Vim and NeoVim.
Colorscheme: Hybrid
Colorscheme: Nord
You could install the patched font from nerd-fonts (Example to install patched font in Mac could be found here).
Efficient
Plugin List
UI Setting
Enhancement
Moving
Navigation
Completion
Compiling
Git
Language Specificity
Vim
Git
Ctags
To use this distribution with less bugs, please get more suggestions from here.
bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -i
# or
bash <(wget --no-check-certificate https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh -O -) -i
bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -m
# or
bash <(wget --no-check-certificate https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh -O -) -m
bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -u
# or
bash <(wget --no-check-certificate https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh -O -) -u
bash $HOME/.ivim/setup.sh -n
~/.vimrc.ivim.local
, ~/.vimrc.local
, ~/.gvimrc.local
and ~/.vimrc.bundles.local
! (only for vimrc
)Welcome to contribute to ivim, see issue #31 for details. Thank you very much for your supporting!
Learning Vim
A good learning method of Vim is vimtutor, a 30 minute tutorial that teaches the most basic Vim functionality hands-on.
To try it, just type vimtutor
on terminal.
To practice vim skills, you can enable hard mode, and it will disable the arrow keys, the 'hjkl' keys, the page up/down keys, and a handful of other keys which allow one to rely on character-wise navigation.
To enable it, just type :call HardMode()
in normal mode.
Another way to get familiar with Vim commands and settings is just rely on the strong help system of Vim.
It's easy and convenient to type :h
or :help
in Vim for help of whatever you want to know.
A beautiful Vim cheat sheet is available here. If you want one, just click it!
Key Mappings
Because I have set some key mappings for more convenient typing and checking, you may feel inconvenient with them at start. But if you get familiar with them, I'm sure you will love them.
You can just type :map
in Vim to see them.
More Tips
Hope You Enjoy Vimming!!!
Copyright (C) 2012-2019 Xiao-Ou Zhang. See the LICENSE file for license rights and limitations (MIT).