summaryrefslogtreecommitdiff
path: root/xxx/vim-old/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2021-11-03 19:59:44 +0100
committerMiguel <m.i@gmx.at>2021-11-03 19:59:44 +0100
commitf70d5dc9b1f546bcfae67f067fe2e3b67f94ca45 (patch)
tree3bffaa05b78db0e393bc44eb273f771e08320154 /xxx/vim-old/README.md
parente3fb79099e233185825b248a0b275173bd182239 (diff)
improving dotfiles
Diffstat (limited to 'xxx/vim-old/README.md')
-rw-r--r--xxx/vim-old/README.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/xxx/vim-old/README.md b/xxx/vim-old/README.md
new file mode 100644
index 0000000..ce66158
--- /dev/null
+++ b/xxx/vim-old/README.md
@@ -0,0 +1,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.