disable message (#136)
This commit is contained in:
parent
60df1966db
commit
4b05c7d6d7
1 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@
|
||||||
"rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym",
|
"rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym",
|
||||||
"rust.cargoPath": "/home/cyryl/.cargo/bin/cargo",
|
"rust.cargoPath": "/home/cyryl/.cargo/bin/cargo",
|
||||||
"rust.cargoHome": "/home/cyryl/.cargo/",
|
"rust.cargoHome": "/home/cyryl/.cargo/",
|
||||||
"editor.wordWrap": true
|
"editor.wordWrap": true,
|
||||||
|
"vim.disableAnnoyingNeovimMessage": true
|
||||||
}
|
}
|
Loading…
Reference in a new issue