aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Grk <romgrk.cc@gmail.com>2021-04-30 21:08:26 -0400
committerRom Grk <romgrk.cc@gmail.com>2021-04-30 21:08:26 -0400
commit38338bdf07b059f6d87d5f4f99d4c76e5fda6b7e (patch)
tree690e900fa29787433af62fe1295802abcacf4746
parent0c292c6c7cfc5b4fe66d52b33f42a90234ecaf3c (diff)
doc: update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68caaa7..7f09edd 100644
--- a/README.md
+++ b/README.md
@@ -19,5 +19,5 @@ Plug 'romgrk/doom-one.vim'
Neovim terminal coloring can be enabled as by adding the following above the plugin includes:
```vim
-let g:doom_one_terminal_colors = 1
+let g:doom_one_terminal_colors = v:true
```