Skip to content

Commit 6be9bdb

Browse files
committed
Update readme
1 parent 6634ba5 commit 6be9bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Plug 'amiralies/coc-elixir', {'do': 'yarn install && yarn prepack'}
3535
## Dialayzer integration
3636
Coc-elixir will automatically analyze your project with [Dialyzer](http://erlang.org/doc/apps/dialyzer/dialyzer_chapter.html) after each successful build. It maintains a "manifest" file in `.elixir_ls/dialyzer_manifest` that stores the results of the analysis.
3737

38-
You can control which warnings are shown using the `elixirLS.dialyzerWarnOpts` setting in `coc-setting.json`, found at `~/config/nvim/coc-settings.json`, or use command `:CocConfig` to open configuration file.
38+
You can control which warnings are shown using the `elixirLS.dialyzerWarnOpts` setting in `coc-setting.json`, found at `~/.config/nvim/coc-settings.json`, or use command `:CocConfig` to open configuration file.
3939
You can find available options in Erlang [docs](http://erlang.org/doc/man/dialyzer.html) at section "Warning options".
4040

4141
To disable Dialyzer completely add setting:

0 commit comments

Comments
 (0)