[LSP] Finish rust_analyzer setup
This commit is contained in:
		| @@ -49,14 +49,16 @@ return { | ||||
|         -- ┌                                               ┐ | ||||
|         -- │                     Rust                      │ | ||||
|         -- └                                               ┘ | ||||
|         vim.lsp.config("rust_analyzer", { | ||||
|         lspconfig.rust_analyzer.setup({ | ||||
|             settings = { | ||||
|                 ["rust-analyzer"] = { | ||||
|                     diagnostics = { | ||||
|                         enable = false, | ||||
|                         enable = true, | ||||
|                     }, | ||||
|                 }, | ||||
|             }, | ||||
|             capabilities = capabilities, | ||||
|             on_attach = on_attach, | ||||
|         }) | ||||
|  | ||||
|         -- ┌                                               ┐ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user