From 68b54b0d1729cd036fcba1c85f85ad4af6e9e3dc Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 29 May 2018 20:27:28 +0200 Subject: added vim stuff --- vim/README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 vim/README.md (limited to 'vim/README.md') diff --git a/vim/README.md b/vim/README.md new file mode 100644 index 0000000..e4fe8e7 --- /dev/null +++ b/vim/README.md @@ -0,0 +1,48 @@ +My Vimrc Config +=============== + +This directory hosts my personal vim config files. + +Dependancies +============ + +Requires Vundle.vim which is available from github. + +I found the foloowing 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-2018 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. -- cgit v1.2.3