aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRom Grk <romgrk@users.noreply.github.com>2021-04-29 22:25:12 -0400
committerGitHub <noreply@github.com>2021-04-29 22:25:12 -0400
commit173f28c7d6e832b78a0068e6251c9ef9a82255e3 (patch)
treeb4059879177a3d87320554d1a4aac8d009ba4883 /README.md
parent051cd6db324cd38e3b2f96230454ebe947fe12dd (diff)
parent5c822908c016558f98fbeae82462e35f4b2d029e (diff)
feat: add terminal colors (#13 from benwilliamgraham/master)
Added neovim terminal colors
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
+```