Skip to content

Commit

Permalink
disable inlay_hints
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Apr 17, 2023
1 parent 2d84f10 commit 973d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ in {
end
local rustopts = {
tools = {
autoSetHints = true,
autoSetHints = false,
hover_with_actions = false,
inlay_hints = {
only_current_line = false,
Expand Down

0 comments on commit 973d184

Please sign in to comment.