diff options
author | Benjamin Graham <benwilliamgraham@gmail.com> | 2021-04-29 21:08:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 21:08:11 -0400 |
commit | 5c822908c016558f98fbeae82462e35f4b2d029e (patch) | |
tree | b4059879177a3d87320554d1a4aac8d009ba4883 | |
parent | 7d428a3805ee7808ec1d97688335ced6feeaed41 (diff) |
Added instructions for enabling terminal coloring
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 +``` |