From 4b05c7d6d7095fcfca32bb4dd0799712cd144996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 6 Oct 2017 16:37:45 +0100 Subject: [PATCH] disable message (#136) --- .config/Code/User/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 65b31a88..46d1d575 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -8,5 +8,6 @@ "rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym", "rust.cargoPath": "/home/cyryl/.cargo/bin/cargo", "rust.cargoHome": "/home/cyryl/.cargo/", - "editor.wordWrap": true + "editor.wordWrap": true, + "vim.disableAnnoyingNeovimMessage": true } \ No newline at end of file