Added some more stuff to neovim lua config

This commit is contained in:
Uttarayan Mondal
2021-05-13 20:34:42 +05:30
parent e8189ba975
commit 76f211a525
8 changed files with 142 additions and 50 deletions

View File

@@ -11,10 +11,11 @@ lspconfig.rust_analyzer.setup{
settings = {
["rust-analyzer"] = {
checkOnSave = {
command = "clippy";
command = "clippy",
},
cargo = {
allFeatures = true;
allFeatures = true,
-- target = "aarch64-linux-android"
}
}
}