Skip to content

Commit

Permalink
doc(preconf): Only (un)comment needed
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGueunet committed Nov 4, 2017
1 parent 3725106 commit 8bf54c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/vimmic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,15 @@ You can also disable plugins with the `disable.toml` file using the same syntax.

The optional `$VIMMIC_DIR/.vimrc.preconf` file allows to
change some configuration that needs to be applied 'a priori',
like shown in the `extra/` folder.
like shown in the `extra/` folder. For use, you can just copy paste this
sample file and comment / uncomment lines.

It lets you disable some features of the configuration:
- `let g:disable_defaultColors =1` "disables all theming colors and words highlight defined
- `let g:disable_highlightWordUnderCursor =1` "disables the current word highlight
- `let g:disable_margin =1` "disable the 120 characters margin
- Status line theme related colors
- ...

Also, use this file if you want to change you default leader key.

Expand Down

0 comments on commit 8bf54c4

Please sign in to comment.