https://github.com/kana/config
My configuration files feat. hardcore Vim scripts
https://github.com/kana/config
vim-configuration
Last synced: 3 months ago
JSON representation
My configuration files feat. hardcore Vim scripts
- Host: GitHub
- URL: https://github.com/kana/config
- Owner: kana
- Created: 2008-04-09T13:13:04.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:11:08.000Z (8 months ago)
- Last Synced: 2025-02-13T00:49:33.585Z (4 months ago)
- Topics: vim-configuration
- Language: HTML
- Homepage:
- Size: 8.49 MB
- Stars: 96
- Watchers: 11
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
About This Repository
=====================This git repository contains configuration files, documents and scripts
for various softwares which are written by kana .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
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