aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Graham <benwilliamgraham@gmail.com>2021-04-29 21:08:11 -0400
committerGitHub <noreply@github.com>2021-04-29 21:08:11 -0400
commit5c822908c016558f98fbeae82462e35f4b2d029e (patch)
treeb4059879177a3d87320554d1a4aac8d009ba4883 /README.md
parent7d428a3805ee7808ec1d97688335ced6feeaed41 (diff)
Added instructions for enabling terminal coloring
Diffstat (limited to 'README.md')
-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
+```