31 lines
519 B
JSON
31 lines
519 B
JSON
{
|
|
"neodev": {
|
|
"library": {
|
|
"enabled": true,
|
|
"plugins": true
|
|
}
|
|
},
|
|
"neoconf": {
|
|
"plugins": {
|
|
"lua_ls": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
},
|
|
"lspconfig": {
|
|
"rust_analyzer": {
|
|
"rust-analyzer.cargo.features": "all",
|
|
// "rust-analyzer.rustfmt.overrideCommand": [
|
|
// "leptosfmt",
|
|
// "--stdin",
|
|
// "--rustfmt"
|
|
// ],
|
|
"cargo": {
|
|
"features": "all"
|
|
}
|
|
},
|
|
"lua_ls": {
|
|
"Lua.format.enable": false
|
|
}
|
|
}
|
|
}
|