diff options
-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 +``` |