mirror of
https://github.com/preservim/vim-colors-pencil.git
synced 2025-11-15 23:03:50 -05:00
Added config note about disabling MatchParens
This commit is contained in:
@@ -29,6 +29,17 @@ manager.
|
||||
|
||||
Or simply copy the color scheme file to your `~/.vim/colors` directory.
|
||||
|
||||
## Configuration
|
||||
|
||||
Those users who find the parentheses matching disconcerting can disable
|
||||
this default Vim plugin in their `.vimrc` with:
|
||||
|
||||
```
|
||||
let loaded_matchparen = 1
|
||||
```
|
||||
|
||||
See `:help pi_paren.txt` for more details.
|
||||
|
||||
## Usage
|
||||
|
||||
Just like any other color scheme:
|
||||
|
||||
Reference in New Issue
Block a user