547 current 1970-01-01 01:00:00 24.11.20250201.f668777 6.6.74 *
This commit is contained in:
		| @@ -1,35 +1,37 @@ | ||||
| ---@type LazySpec | ||||
| return { | ||||
|   "AstroNvim/astrocore", | ||||
|   opts = { | ||||
|     options = { | ||||
|       opt = { | ||||
|         relativenumber = false, | ||||
|         number = true, | ||||
|         spell = true, | ||||
|         signcolumn = "yes", | ||||
|         wrap = true, | ||||
|         colorcolumn = "80,120", | ||||
|       }, | ||||
|       g = { | ||||
|         inlay_hints_enabled = true, | ||||
|       }, | ||||
|     }, | ||||
|     lsp = { | ||||
|       config = { | ||||
|         rust_analyzer = { | ||||
|           settings = { | ||||
|             ["rust-analyzer"] = { | ||||
|               cargo = { buildScripts = { enable = true } }, | ||||
|               procMacro = { enable = true }, | ||||
|               check = { | ||||
|                 command = "clippy", | ||||
|               }, | ||||
|             }, | ||||
|           }, | ||||
|         }, | ||||
|         clangd = { capabilities = { offsetEncoding = "utf-8" } }, | ||||
|       }, | ||||
|     }, | ||||
|   }, | ||||
| 	"AstroNvim/astrocore", | ||||
| 	opts = { | ||||
| 		options = { | ||||
| 			opt = { | ||||
| 				relativenumber = false, | ||||
| 				number = true, | ||||
| 				spell = true, | ||||
| 				signcolumn = "yes", | ||||
| 				wrap = true, | ||||
| 				colorcolumn = "80,120", | ||||
| 			}, | ||||
| 			g = { | ||||
| 				inlay_hints_enabled = true, | ||||
| 			}, | ||||
| 		}, | ||||
| 		lsp = { | ||||
| 			config = { | ||||
| 				rust_analyzer = { | ||||
| 					settings = { | ||||
| 						["rust-analyzer"] = { | ||||
| 							cargo = { buildScripts = { enable = true } }, | ||||
| 							installCargo = false, | ||||
| 							installRustc = false, | ||||
| 							procMacro = { enable = true }, | ||||
| 							check = { | ||||
| 								command = "clippy", | ||||
| 							}, | ||||
| 						}, | ||||
| 					}, | ||||
| 				}, | ||||
| 				clangd = { capabilities = { offsetEncoding = "utf-8" } }, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user