mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(nvim): Replace mini.pairs with autopairs
This commit is contained in:
parent
32713a2b8f
commit
6f3665bf47
3 changed files with 27 additions and 9 deletions
|
|
@ -3,13 +3,14 @@ return {
|
|||
{ "mfussenegger/nvim-dap" },
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" }
|
||||
opts = {},
|
||||
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" },
|
||||
},
|
||||
{ "theHamsta/nvim-dap-virtual-text" },
|
||||
{ "theHamsta/nvim-dap-virtual-text", opts = {} },
|
||||
{
|
||||
"mfussenegger/nvim-dap-python",
|
||||
config = function()
|
||||
require("dap-python").setup("uv")
|
||||
end
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue