Skip to content

Commit

Permalink
fix(config): includeAnalyzers, excludeAnalyzers, unnecessaryParanthes…
Browse files Browse the repository at this point in the history
…esAnalyzer
  • Loading branch information
WillEhrendreich committed May 3, 2024
1 parent 215e4ac commit 593cfaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/ionide/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ M.DefaultServerSettings = {
infoPanelUpdate = "onCursorMove",
-- `inlineValues`,
inlineValues = { enabled = true, prefix = " // " },
--includeAnalyzers
includeAnalyzers = {},
--excludeAnalyzers
excludeAnalyzers = {},
unnecessaryParenthesesAnalyzer = true,
-- `msbuildAutoshow`,
-- Not relevant to Neovim, currently
msbuildAutoshow = false,
Expand Down

0 comments on commit 593cfaf

Please sign in to comment.