File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 594594 nil
595595 vscode-langservers-extracted
596596 stylua
597- deadnix
598- statix
599597 imagemagick
600598 shellcheck
601599 shfmt
Original file line number Diff line number Diff line change 1- require (" lze" ).load {
1+ require (" lze" ).load ( {
22 " rustaceanvim" ,
3- ft = {" rust" },
3+ ft = { " rust" },
44 before = function ()
5- require (' lspconfig' ).rustowl = {
6- cmd = " rustowl" ,
7- filetypes = { " rust" },
8- root_markers = {" .git" , " Cargo.lock" },
9- }
5+ -- require(" lspconfig" ).rustowl = {
6+ -- cmd = "rustowl",
7+ -- filetypes = { "rust" },
8+ -- root_markers = { ".git", "Cargo.lock" },
9+ -- }
1010 vim .g .rustaceanvim = {
1111 client = { server_capabilities = { inlayHintProvider = true } },
1212 tools = {
@@ -37,4 +37,4 @@ require("lze").load {
3737 after = function ()
3838 vim .cmd (" doautocmd FileType rust" )
3939 end ,
40- }
40+ })
You can’t perform that action at this time.
0 commit comments