more refactor

This commit is contained in:
christianchiarulli 2021-07-14 16:27:08 -04:00
parent a20e04c289
commit a0900923cf
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
require("lsp.python").format()
require("lsp.python").lint()
require("lsp.python").lsp()
require("lsp.python").dap()
require("lang.python").format()
require("lang.python").lint()
require("lang.python").lsp()
require("lang.python").dap()