From effa8272e48d3fd85057f5705c7226c246df3902 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 3 May 2016 15:02:55 -0500 Subject: [PATCH] update font info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece109d..405c541 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ nvim +PlugInstall ## Fonts -I am currently using [Hack](http://sourcefoundry.org/hack/) as my default font, which does include Powerline support, so you don't need an additional patched font. In addition to this, I do have [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) installed and configured to be used for non-ascii characters. If you would prefer not to do this, then simply remove the `Plug 'ryanoasis/vim-devicons'` plugin from vim/nvim. Then, I configure the fonts in this way in iTerm2: +I am currently using [Operator Mono](http://www.typography.com/fonts/operator/styles/operatormonoscreensmart) as my default font, which does not include Powerline support. In addition to this, I do have [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) installed and configured to be used for non-ascii characters. If you would prefer not to do this, then simply remove the `Plug 'ryanoasis/vim-devicons'` plugin from vim/nvim. Then, I configure the fonts in this way in iTerm2: ![](http://nicknisi.com/share/iterm-fonts-config.png)