From 44fe03b9de9ceebaaca9fc8e276cde03c7618d28 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 20 May 2024 10:36:29 +0200 Subject: [PATCH] Struggling --- coc-settings.json | 3 +++ init.vim | 1 + 2 files changed, 4 insertions(+) diff --git a/coc-settings.json b/coc-settings.json index 2c0378f..71119be 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,4 +1,7 @@ { + "inlayHint": { + "enable": false + }, "languageserver": { "rust": { "command": "rustup", diff --git a/init.vim b/init.vim index 0ed9079..1047430 100644 --- a/init.vim +++ b/init.vim @@ -1,5 +1,6 @@ " Pas de compatibilité a VI ! set nocompatible +set notermguicolors " PLUGNIS ###########################################################{{{ call plug#begin()