All Projects → kana → Config

kana / Config

My configuration files feat. hardcore Vim scripts

Projects that are alternatives of or similar to Config

VimConfig
Configuration files for Vi-IMproved.
Stars: ✭ 23 (-75.53%)
Mutual labels:  vim-configuration
Spacevim
A community-driven modular vim/neovim distribution - The ultimate vimrc
Stars: ✭ 17,558 (+18578.72%)
Mutual labels:  vim-configuration
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+489.36%)
Mutual labels:  vim-configuration
dotfiles
Personal dotfiles
Stars: ✭ 18 (-80.85%)
Mutual labels:  vim-configuration
nvimrc
vimrc for neovim written in lua
Stars: ✭ 99 (+5.32%)
Mutual labels:  vim-configuration
Ivim
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.
Stars: ✭ 476 (+406.38%)
Mutual labels:  vim-configuration
DotFiles
🎨 one-stop service for you to configure many Unix tools.
Stars: ✭ 29 (-69.15%)
Mutual labels:  vim-configuration
Dotfiles
My awesome dotfiles 🚀
Stars: ✭ 47 (-50%)
Mutual labels:  vim-configuration
my-little-friends
Moved to https://gitlab.com/skybert/my-little-friends
Stars: ✭ 62 (-34.04%)
Mutual labels:  vim-configuration
K Vim
vim配置
Stars: ✭ 4,834 (+5042.55%)
Mutual labels:  vim-configuration
vim-toolbar-icons-silk
Vim toolbar icons based in Silk icon theme
Stars: ✭ 25 (-73.4%)
Mutual labels:  vim-configuration
neovim
🌟 Cool & Modularized vim configurations to work like an IDE
Stars: ✭ 17 (-81.91%)
Mutual labels:  vim-configuration
Vim Init
轻量级 Vim 配置框架,全中文注释
Stars: ✭ 478 (+408.51%)
Mutual labels:  vim-configuration
home
My home directory's settings
Stars: ✭ 73 (-22.34%)
Mutual labels:  vim-configuration
Dot vim
🐉 The Vim Configuration of Champions. Uses Plug to manage roughly four thousand plugins. The dragon symbolizes complexity.
Stars: ✭ 660 (+602.13%)
Mutual labels:  vim-configuration
vim-files
My vim configuration
Stars: ✭ 26 (-72.34%)
Mutual labels:  vim-configuration
Hack Spacevim
🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
Stars: ✭ 346 (+268.09%)
Mutual labels:  vim-configuration
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (-11.7%)
Mutual labels:  vim-configuration
Vimrc
📝 Vim Configuration for nerds with vim-plug
Stars: ✭ 33 (-64.89%)
Mutual labels:  vim-configuration
Vim Plugins Profile
🕓 Profile Vim's plugins, generate awesome statistics and optimize (n)vim startup time
Stars: ✭ 508 (+440.43%)
Mutual labels:  vim-configuration

About This Repository

This git repository contains configuration files, documents and scripts for various softwares which are written by kana http://whileimautomaton.net/.

License

Most of these files contain the notice on their license, but some files don't so. The following is the license for such files (which is known as MIT license):

Copyright (C) 2008 kana <http://whileimautomaton.net/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of these configuration files, associated documentation files,
scripts and other associated files (the "Configuration"), to deal in the
Configuration without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Configuration, and to permit persons to whom the
Configuration is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Configuration.

THE CONFIGURATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE CONFIGURATION OR
THE USE OR OTHER DEALINGS IN THE CONFIGURATION.

Notes

Naming rules for branches and tags

master The latest and stable version of files.

maint Branch for maintenance of the repository.

{software}-{topic} Branches for some {topic} on {software}.

{software}-{topic}-{version} Tags for a specific {version} of a branch {software}-{topic}.

z-* Tags for dead branches which are not maintained anymore.

To extract specific files

You can easily extract (or, more precise, make a package for) specific stuffs from this repository with the following command:

$ make PACKAGE_NAME={package_name} [PACKAGE_TYPE={archive_type}] package

Where {package_name} is one of the strings listed in ALL_PACKAGES, and {archive_type} is one of the strings listed in ALL_PACKAGE_TYPES. See Makefile for the detail of ALL_PACKAGES and ALL_PACKAGE_TYPES. For example:

$ make PACKAGE_NAME=vim-textobj-user package

The above command makes vim-textobj-user-{version}.tar.bz2 which contains files and directories related to textobj-user, a Vim plugin.

-- "To Vim, or not to Vim." -- The True Vim Master kana http://whileimautomaton.net/

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].