From ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 3 Jul 2021 14:45:08 -0700 Subject: ci: lint and format with stylua --- lua/lspconfig/jedi_language_server.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lua/lspconfig/jedi_language_server.lua') diff --git a/lua/lspconfig/jedi_language_server.lua b/lua/lspconfig/jedi_language_server.lua index 5fd6cbfc..57ba99c5 100644 --- a/lua/lspconfig/jedi_language_server.lua +++ b/lua/lspconfig/jedi_language_server.lua @@ -1,22 +1,22 @@ -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; - }; + end, + }, docs = { description = [[ https://github.com/pappasam/jedi-language-server `jedi-language-server`, a language server for Python, built on top of jedi - ]]; + ]], default_config = { - root_dir = "vim's starting directory"; - }; - }; -}; + root_dir = "vim's starting directory", + }, + }, +} -- vim:et ts=2 sw=2 -- cgit v1.2.3-70-g09d2