All Projects → hotoo → Vimrc

hotoo / Vimrc

✌️ 闲耘™ 的 Vim 配置。

Labels

Projects that are alternatives of or similar to Vimrc

Idiomatic Vimrc
Guidelines for sculpting your very own ~/.vimrc.
Stars: ✭ 791 (+888.75%)
Mutual labels:  vimrc
Ale Sensible
Pretty, responsive and smooth defaults for a sane ALE, gets you started in 30 seconds
Stars: ✭ 30 (-62.5%)
Mutual labels:  vimrc
Ideavimrc
IntelliJ IDEA的VIM键位配置,快速配置USTC源
Stars: ✭ 47 (-41.25%)
Mutual labels:  vimrc
Arch Dotfiles
A set of elegant dotfiles in the spirit of Arch Linux that will give you a development boon.
Stars: ✭ 19 (-76.25%)
Mutual labels:  vimrc
Vimrc
A vim configuration (supports Termux)
Stars: ✭ 20 (-75%)
Mutual labels:  vimrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1131.25%)
Mutual labels:  vimrc
Vim Vide
Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!
Stars: ✭ 649 (+711.25%)
Mutual labels:  vimrc
Vimrc
Vim configurations and plugins
Stars: ✭ 71 (-11.25%)
Mutual labels:  vimrc
Unitial
🖥 My rc / configs / dotfiles 📂
Stars: ✭ 29 (-63.75%)
Mutual labels:  vimrc
Dotfiles
🚀 My setup for linux kernel based operating systems. Managed as a bare repository
Stars: ✭ 44 (-45%)
Mutual labels:  vimrc
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-72.5%)
Mutual labels:  vimrc
Vimrc.io
📝 Create useful .vimrc file for your vim editor
Stars: ✭ 14 (-82.5%)
Mutual labels:  vimrc
Vim.ana
The portable Vim IDE with all the trimmings, one-click installable on any standard box.
Stars: ✭ 37 (-53.75%)
Mutual labels:  vimrc
Thinkvim
Vim configuration in the 21st century
Stars: ✭ 832 (+940%)
Mutual labels:  vimrc
Dotfiles
dotfiles managed by GNU Stow
Stars: ✭ 52 (-35%)
Mutual labels:  vimrc
Nvim
The Ultimate NeoVim Config for Colemak Users
Stars: ✭ 754 (+842.5%)
Mutual labels:  vimrc
Vimrc
📝 Vim Configuration for nerds with vim-plug
Stars: ✭ 33 (-58.75%)
Mutual labels:  vimrc
Dotfiles
Hack away :)
Stars: ✭ 78 (-2.5%)
Mutual labels:  vimrc
Dotfiles
📃 My configuration files: Vim, Bash, JavaScript, tmux
Stars: ✭ 59 (-26.25%)
Mutual labels:  vimrc
Vimrc
💺 Options for my preferred text editor.
Stars: ✭ 43 (-46.25%)
Mutual labels:  vimrc

vimrc

                     {/ . .\}
                     ( (oo)   )
 +-------------oOOo---︶︶︶︶---oOOo-------------+
                                      _  ___
                                       \/ _/
                                      _/ /ian__
                                     /__/\ \/ /
                                          \  /
                                          /_/un


                                    闲耘™(@hotoo)

 +---------------------------------Oooo-----------+

闲耘™'s Vim settings, plugins...

目录结构

+- vimrc
|   |
|   +- .vimrc               Unix-like 系统的样本配置文件,本质上是导入 vimrc
|   |
|   +- sysrc_sample.vim     针对系统的特殊设置,比如 Vimwiki 项目的存储目录、
|   |                       私有的账户信息等。
|   |
|   +- vimrc                统一管理的 Vim 设置信息,目前已知支持 Mac & Windows。
|   |
|   `- addons               一些外部工具。
|
+- .tmp               用来存储临时文件的目录,请手工创建。
|
+- .undodir           存储持久化撤销文件的目录,请手工创建。
|
`- .vim_mru_files    MRU.vim 保存的列表文件,如果没有请手工创建。

Features

Install

for Unix-like(Mac, Linux):

$ git clone [email protected]:hotoo/vimrc.git ~/.vim
$ cd ~/.vim
$ make install
$ cd bundle/YouCompleteMe
$ .install.py
$ cd bundle/tern_for_vim
$ npm install
$
$ vim sysrc
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].