Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yggdroot committed Dec 22, 2012
1 parent 1721492 commit 3db776f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
@@ -1,4 +1,3 @@

indentLine
==========

Expand All @@ -10,17 +9,15 @@ 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

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

Expand Down

0 comments on commit 3db776f

Please sign in to comment.