summaryrefslogtreecommitdiff
path: root/xxx/vim-old/README.md
blob: ce661581779b4bffd47bac940e4688420a49f9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
My Vimrc Config
===============

This repo hosts my personal vim config files.
They are very unlikely to be useful to anybody (excepting me) at this point.

Dependancies
============

Requires Vundle.vim which is available from github.

I found the following on vim.org.

* syntax/htmljinja.vim
* syntax/jinja.vim

Installation
============

* symlink this directory to ~/.vim
* symlink this directory to ~/.config/nvim
* git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
* Launch vim and run :PluginInstall

Vim Colortune
=============

The vim-colortune directory holds my simple, still unpolished plugin to easily tune 
the vim colors from inside vim.

Vim Potion
==========

The vim-potion directory holds the result of my attempt to learn vimscript along 
Steve Losh's book: Learn Vimscript The Hard Way: http://learnvimscriptthehardway.stevelosh.com/

License
=======

Copyright (c) 2014-2019 Michal Idziorek (unless stated otherwise)

THE SOFTWARE 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.