LunarVim/ftplugin/python.lua
Christian Chiarulli 98f8a77819
New contract (#1080)
Changes to the global config object

O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins

Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-24 21:17:11 -04:00

3 lines
83 B
Lua

require("lsp").setup "python"
-- TODO get from dap
-- require("lang.python").dap()