All Projects ā†’ kepbod ā†’ Ivim

kepbod / Ivim

Licence: other
I love Vim, and I also love modifying it to be more convenient and efficient. So I name it "ivim"! Welcome to contribute to ivim.

Projects that are alternatives of or similar to Ivim

Vim Bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Stars: āœ­ 1,870 (+292.86%)
Mutual labels:  neovim, vim-configuration
Vim Plugins Profile
šŸ•“ Profile Vim's plugins, generate awesome statistics and optimize (n)vim startup time
Stars: āœ­ 508 (+6.72%)
Mutual labels:  neovim, vim-configuration
Vimrc
šŸ“ Vim Configuration for nerds with vim-plug
Stars: āœ­ 33 (-93.07%)
Mutual labels:  neovim, vim-configuration
Space Vim
šŸ€ Lean & mean spacemacs-ish Vim distribution
Stars: āœ­ 2,785 (+485.08%)
Mutual labels:  neovim, vim-configuration
vim
šŸ“ minimalistic vimrc based on KISS principle @vim
Stars: āœ­ 46 (-90.34%)
Mutual labels:  neovim, vim-configuration
nvimrc
vimrc for neovim written in lua
Stars: āœ­ 99 (-79.2%)
Mutual labels:  neovim, vim-configuration
neovim
šŸŒŸ Cool & Modularized vim configurations to work like an IDE
Stars: āœ­ 17 (-96.43%)
Mutual labels:  neovim, vim-configuration
Spacevim
A community-driven modular vim/neovim distribution - The ultimate vimrc
Stars: āœ­ 17,558 (+3588.66%)
Mutual labels:  neovim, vim-configuration
Barbar.nvim
A neovim tabline plugin.
Stars: āœ­ 359 (-24.58%)
Mutual labels:  neovim
Nnn.vim
File manager for vim/neovim powered by nĀ³
Stars: āœ­ 414 (-13.03%)
Mutual labels:  neovim
Awesome Neovim
Collections of awesome neovim plugins.
Stars: āœ­ 336 (-29.41%)
Mutual labels:  neovim
Dotfiles
Configuration for Linux, Nix, i3, Kitty, Fish, Neovim and more
Stars: āœ­ 379 (-20.38%)
Mutual labels:  neovim
Vim Startify
šŸ”— The fancy start screen for Vim.
Stars: āœ­ 4,479 (+840.97%)
Mutual labels:  neovim
Mydotfiles
All my dot configuration files.
Stars: āœ­ 359 (-24.58%)
Mutual labels:  neovim
Nvim Compe
Auto completion plugin for nvim that written in Lua.
Stars: āœ­ 433 (-9.03%)
Mutual labels:  neovim
Vim Delve
Neovim / Vim integration for Delve
Stars: āœ­ 355 (-25.42%)
Mutual labels:  neovim
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: āœ­ 349 (-26.68%)
Mutual labels:  neovim
Vim Deus
šŸŒ™ A better color scheme for the late night coder
Stars: āœ­ 466 (-2.1%)
Mutual labels:  neovim
Neovim Init.vim
šŸ® The perfect Neovim configuration for productive people who wants to level up their Vim experience with a clean, minimal-looking aesthetic, as well as a highly extensible, easily customizable set of popular tools and shortcuts to boost productivity. šŸ®
Stars: āœ­ 440 (-7.56%)
Mutual labels:  neovim
Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: āœ­ 409 (-14.08%)
Mutual labels:  neovim

ivim - An easy & highly customizable vim configuration

    _       _          
   (_)   __(_)___ ___  
  / / | / / / __ `__ \ 
 / /| |/ / / / / / / / 
/_/ |___/_/_/ /_/ /_/  

Version: 3.0

After about 7 years' development, ivim contains 2 versions to satisfy different requirements.

  • ivim: highly customizable vim configuration, and it has more colorschemes and settings. (Not maintained)
  • ivim_mini: vim configuration with fast startup time and convenient usage, compatible with Vim 8.0+ and NeoVim. (Recommended)

If you love ivim, welcome to buy me a cup of coffee ā˜•ļø. Thx!!!

Features

Beautiful

Use lots of famous colorschemes to make your eyes feel comfortable in both Vim and NeoVim.

  • ivim

ivim

Colorscheme: Hybrid

  • ivim_mini

ivim_mini

Colorscheme: Nord

You could install the patched font from nerd-fonts (Example to install patched font in Mac could be found here).

Efficient

  • Make using Vim more convenient and faster, and lots of useful plugins confirm a better performance of Vim.

Plugin List

Requirements

Vim

  • This distribution is adapted to both Vim and NeoVim. For Vim, version should be 7.3+, and 8.0+ is recommended. For NeoVim, 0.1.5+ is recommended.

Git

  • All the installations are based on Git which is a famous distributed revision control system. If you use Windows, you may need install msysgit.

Ctags

  • Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. I recommend you to use Exuberant Ctags.

To use this distribution with less bugs, please get more suggestions from here.

Installation

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

Updating

bash $HOME/.ivim/setup.sh -n

Configuration

  • This distribution is completely customisable using ~/.vimrc.ivim.local, ~/.vimrc.local, ~/.gvimrc.local and ~/.vimrc.bundles.local! (only for vimrc)
  • To make full use of auto-completion and syntax checking, please refer wiki.

Contributation

Welcome to contribute to ivim, see issue #31 for details. Thank you very much for your supporting!

Vim Tips

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

  • Vim_Tips_Wiki is an excellent website, and you can learn much from it.
  • Vimcasts publishes free screencasts about Vim. It's useful and interesting! Believe me!

Hope You Enjoy Vimming!!!

License

Copyright (C) 2012-2019 Xiao-Ou Zhang. See the LICENSE file for license rights and limitations (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].