playing with themes
This commit is contained in:
+11
-2
@@ -102,14 +102,23 @@ rt.setup({
|
||||
-- to enable rust-analyzer settings visit:
|
||||
-- https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/generated_config.adoc
|
||||
["rust-analyzer"] = {
|
||||
-- enable clippy on save
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
experimental = {
|
||||
enable = true
|
||||
}
|
||||
},
|
||||
-- -- enable clippy on save
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
},
|
||||
cargo = {
|
||||
-- to enable include! macro being read
|
||||
-- loadOutDirsFromCheck = true,
|
||||
-- buildScripts = true,
|
||||
buildScripts = {
|
||||
-- to enable build scripts being read
|
||||
enable = true
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user