From 65c4c6486da8525ca239b9791cb70d2ceef207e2 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Fri, 16 Sep 2022 19:59:59 +0300 Subject: [PATCH] [vim] coc disabled inline hints For some reason they frozen the editor in WSL --- vim/coc-settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/coc-settings.json diff --git a/vim/coc-settings.json b/vim/coc-settings.json new file mode 100644 index 0000000..47f1bfb --- /dev/null +++ b/vim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "pyright.inlayHints.enable": false +}