more!!! add python support and formatters and null ls to manage all...
that automatically also change my stylua.toml to ignore everything cause I don't like the way it formats stuff
This commit is contained in:
7
lua/conf/plugins/dap-python.lua
Normal file
7
lua/conf/plugins/dap-python.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return { "mfussenegger/nvim-dap-python",
|
||||
requires = "mfussenegger/nvim-dap",
|
||||
function()
|
||||
local debugpy = core.mason.get_pkg_path("debugpy", "/venv/bin/python3")
|
||||
require("dap-python").setup(debugpy)
|
||||
end
|
||||
}
|
Reference in New Issue
Block a user