feat: Add overseer to support tasks.json
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"nvim-tree.lua": { "branch": "master", "commit": "87d096a39cb2d5d43e6771563575ff042a79f48b" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "b8221e42cf7287c4dcde81f232f58d7b947c210d" },
|
||||
"overseer.nvim": { "branch": "master", "commit": "fe7b2f9ba263e150ab36474dfc810217b8cf7400" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
"render-markdown.nvim": { "branch": "main", "commit": "9ab9dade85d8c7d411cc89b592028da3d1b7955a" },
|
||||
"rust.vim": { "branch": "master", "commit": "889b9a7515db477f4cb6808bef1769e53493c578" },
|
||||
|
||||
@@ -67,6 +67,18 @@ return {
|
||||
require("dap-python").setup(path)
|
||||
end,
|
||||
},
|
||||
{
|
||||
'stevearc/overseer.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('overseer').setup({
|
||||
dap = true,
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
'mfussenegger/nvim-dap'
|
||||
},
|
||||
},
|
||||
{
|
||||
"NVChad/nvim-autopairs",
|
||||
enabled = false,
|
||||
|
||||
Reference in New Issue
Block a user