From 3db776fe29a9ba2f774f092f743e87108d93e9c7 Mon Sep 17 00:00:00 2001 From: Yggdroot Date: Sun, 23 Dec 2012 00:00:51 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48844b4..de3b45c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - indentLine ========== @@ -10,8 +9,7 @@ achieve it. This plugin takes advantage of newly provided conceal feature in Vim 7.3, so Vim 7.3 with conceal feature is needed. ## Installation -To install the plugin just copy indentLine.vim into plugin directory. - +To install the plugin just put plugin files in your ~/.vim (linux) or ~/vimfiles (Windows). ## Setting custom line colors For gvim, hi Conceal guifg=(color you like) guibg=NONE @@ -19,8 +17,7 @@ For gvim, hi Conceal guifg=(color you like) guibg=NONE For vim, hi Conceal ctermfg=(color you like) ctermbg=NONE You can change indentline char by youself. -change this variable: -let g:indentLine_char = 'c' +change this variable: let g:indentLine_char = 'c' 'c' can be any ascii character you like, you can also use '¦', '┆' to display more beautiful lines, but this only aplies to file whose encoding is utf-8