diff options
| author | Mario Ortiz Manero <marioortizmanero@gmail.com> | 2022-10-14 13:34:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 19:34:27 +0800 |
| commit | 57e2e9a96ebf769d07ca8735131a8adc25375111 (patch) | |
| tree | 106f25d897a13c7ee366a29e1c18e310a4936bd1 /lua/lspconfig/server_configurations/pylsp.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.tar nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.tar.gz nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.tar.bz2 nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.tar.lz nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.tar.xz nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.tar.zst nvim-lspconfig-57e2e9a96ebf769d07ca8735131a8adc25375111.zip | |
fix: `aregument` typo in doc changed to `argument` (#2195)
Diffstat (limited to 'lua/lspconfig/server_configurations/pylsp.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/pylsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/pylsp.lua b/lua/lspconfig/server_configurations/pylsp.lua index 2081d7b6..d76b2ea3 100644 --- a/lua/lspconfig/server_configurations/pylsp.lua +++ b/lua/lspconfig/server_configurations/pylsp.lua @@ -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{ |
