aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 496ec02..68caaa7 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,10 @@ Plug 'romgrk/doom-one.vim'
## Screenshot
![theme](./static/demo.png)
+
+## Options
+
+Neovim terminal coloring can be enabled as by adding the following above the plugin includes:
+```vim
+let g:doom_one_terminal_colors = 1
+```