Use system rust-analyzer and enables some extras

This commit is contained in:
Vilmos Zsombor TANCZOS 2024-02-29 19:52:31 +01:00
parent 8872ff6aeb
commit 29cae3dcfd
3 changed files with 82 additions and 0 deletions

11
lazyvim.json Normal file
View file

@ -0,0 +1,11 @@
{
"extras": [
"lazyvim.plugins.extras.dap.core",
"lazyvim.plugins.extras.lang.rust",
"lazyvim.plugins.extras.test.core"
],
"news": {
"NEWS.md": "2123"
},
"version": 2
}