diff options
Diffstat (limited to 'lua/nvim_lsp/pyls.lua')
| -rw-r--r-- | lua/nvim_lsp/pyls.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim_lsp/pyls.lua b/lua/nvim_lsp/pyls.lua index a3de9ae2..5c2bfc7c 100644 --- a/lua/nvim_lsp/pyls.lua +++ b/lua/nvim_lsp/pyls.lua @@ -9,8 +9,6 @@ configs.pyls = { return util.path.dirname(fname) end; }; - -- on_new_config = function(new_config) end; - -- on_attach = function(client, bufnr) end; docs = { package_json = "https://raw.githubusercontent.com/palantir/python-language-server/develop/vscode-client/package.json"; description = [[ @@ -23,5 +21,4 @@ https://github.com/palantir/python-language-server }; }; }; - -- vim:et ts=2 sw=2 |
