From 62268afecb739397fee0bf07b126a9cbef0261c8 Mon Sep 17 00:00:00 2001 From: dr praton Date: Thu, 28 Feb 2019 02:07:09 +0530 Subject: [PATCH] Added a section for further troubleshooting and a link for a font repo. --- For-further-troubleshooting.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 For-further-troubleshooting.md diff --git a/For-further-troubleshooting.md b/For-further-troubleshooting.md new file mode 100644 index 0000000..85f787c --- /dev/null +++ b/For-further-troubleshooting.md @@ -0,0 +1,7 @@ + +*** + +Check if your vimrc has the line `set encoding=UTF-8`, and if not please add it and then close and reopen vim. +I faced this issue on my void setup and this solved it for me, hope it helps. + +Also a great [link](https://github.com/ryanoasis/nerd-fonts) containing developer friendly fonts. Cheers!! \ No newline at end of file