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()