From f87e85a032466bf3e0d484f747443350547d31a1 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 14 Jul 2021 00:29:47 -0400 Subject: already namespaced, will also move these to a dir called language --- ftplugin/python.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/python.lua b/ftplugin/python.lua index e98ebc22..c7b5f6d1 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -1,4 +1,4 @@ -require("lsp.python-ls").format() -require("lsp.python-ls").lint() -require("lsp.python-ls").lsp() -require("lsp.python-ls").dap() +require("lsp.python").format() +require("lsp.python").lint() +require("lsp.python").lsp() +require("lsp.python").dap() -- cgit v1.2.3