mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-24 19:25:45 +02:00
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
3 lines
83 B
Lua
3 lines
83 B
Lua
require("lsp").setup "python"
|
|
-- TODO get from dap
|
|
-- require("lang.python").dap()
|