aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/jedi_language_server.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/jedi_language_server.lua')
-rw-r--r--lua/lspconfig/jedi_language_server.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/lspconfig/jedi_language_server.lua b/lua/lspconfig/jedi_language_server.lua
index 57ba99c5..50b94429 100644
--- a/lua/lspconfig/jedi_language_server.lua
+++ b/lua/lspconfig/jedi_language_server.lua
@@ -1,9 +1,9 @@
-local configs = require "lspconfig/configs"
+local configs = require 'lspconfig/configs'
configs.jedi_language_server = {
default_config = {
- cmd = { "jedi-language-server" },
- filetypes = { "python" },
+ cmd = { 'jedi-language-server' },
+ filetypes = { 'python' },
root_dir = function(fname)
return vim.fn.getcwd()
end,