aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/pyls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/pyls.lua')
-rw-r--r--lua/lspconfig/pyls.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/lspconfig/pyls.lua b/lua/lspconfig/pyls.lua
index 72336455..3523b4e7 100644
--- a/lua/lspconfig/pyls.lua
+++ b/lua/lspconfig/pyls.lua
@@ -1,15 +1,15 @@
-local configs = require "lspconfig/configs"
+local configs = require 'lspconfig/configs'
configs.pyls = {
default_config = {
- cmd = { "pyls" },
- filetypes = { "python" },
+ cmd = { 'pyls' },
+ filetypes = { 'python' },
root_dir = function(fname)
return vim.fn.getcwd()
end,
},
docs = {
- package_json = "https://raw.githubusercontent.com/palantir/python-language-server/develop/vscode-client/package.json",
+ package_json = 'https://raw.githubusercontent.com/palantir/python-language-server/develop/vscode-client/package.json',
description = [[
https://github.com/palantir/python-language-server