mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 13:58:27 +02:00
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
This commit is contained in:
parent
0884dcd846
commit
98f8a77819
120 changed files with 1128 additions and 3684 deletions
|
@ -1,4 +1,3 @@
|
|||
require("lang.python").format()
|
||||
require("lang.python").lint()
|
||||
require("lang.python").lsp()
|
||||
require("lang.python").dap()
|
||||
require("lsp").setup "python"
|
||||
-- TODO get from dap
|
||||
-- require("lang.python").dap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue