Skip to content

Commit

Permalink
oboro => [lemons][lsp-config.lua]
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Oct 23, 2024
1 parent 0495cc0 commit 08a2f95
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions runes/nvim/lua/plugins/lsp-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@ lsp.rust_analyzer.setup {
exit_timeout = 0,
},
checkOnSave = {
command = "clippy"
command = "clippy",
},
procMacro = {
enable = true
enable = true,
},
}
imports = {
group = {
enable = false,
},
},
},
},
capabilities = capabilities
}
Expand Down

0 comments on commit 08a2f95

Please sign in to comment.