Skip to content

Commit

Permalink
fix: aregument typo in doc changed to argument (neovim#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero authored Oct 14, 2022
1 parent 36765a3 commit 57e2e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/pylsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A Python 3.6+ implementation of the Language Server Protocol.
See the [project's README](https://github.com/python-lsp/python-lsp-server) for installation instructions.
Configuration options are documented [here](https://github.com/python-lsp/python-lsp-server/blob/develop/CONFIGURATION.md).
In order to configure an option, it must be translated to a nested Lua table and included in the `settings` aregument to the `setup{}` function.
In order to configure an option, it must be translated to a nested Lua table and included in the `settings` argument to the `setup{}` function.
For example, in order to set the `pylsp.plugins.pycodestyle.ignore` option:
```lua
require'lspconfig'.pylsp.setup{
Expand Down

0 comments on commit 57e2e9a

Please sign in to comment.