From 12376a7b179939612f834735f50015436e30c6e7 Mon Sep 17 00:00:00 2001
From: Ben Jackson <puremourning@gmail.com>
Date: Wed, 30 Sep 2020 10:46:16 +0100
Subject: [PATCH] Update minimal vimrc to add encoding

---
 vimrc_ycm_minimal | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/vimrc_ycm_minimal b/vimrc_ycm_minimal
index d4c0c873..9995717b 100644
--- a/vimrc_ycm_minimal
+++ b/vimrc_ycm_minimal
@@ -1,3 +1,14 @@
+" windows default encoding is not supported
+set encoding=utf-8
+
+" If you using neovim and python isn't loading, copy your python setup from your
+" vimrc here:
+"
+" let g:python3_host_prog = '/path/to/python3/with/neovim/module'
+"
+" But remember that neovim is not officially supported, so please reproduce in
+" Vim.
+
 " Enable debugging
 let g:ycm_keep_logfiles = 1
 let g:ycm_log_level = 'debug'
-- 
2.29.1

