Struggling
This commit is contained in:
parent
f861be910a
commit
44fe03b9de
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"inlayHint": {
|
||||||
|
"enable": false
|
||||||
|
},
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"rust": {
|
"rust": {
|
||||||
"command": "rustup",
|
"command": "rustup",
|
||||||
|
|
1
init.vim
1
init.vim
|
@ -1,5 +1,6 @@
|
||||||
" Pas de compatibilité a VI !
|
" Pas de compatibilité a VI !
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
set notermguicolors
|
||||||
|
|
||||||
" PLUGNIS ###########################################################{{{
|
" PLUGNIS ###########################################################{{{
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
Loading…
Reference in New Issue