aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```