1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
f692d9ec0e
update plugins 2023-12-27 00:08:10 -03:00
4d238568e1
neotest: debug rust tests 2023-12-27 00:05:46 -03:00
20 changed files with 27 additions and 20 deletions

View file

@ -611,6 +611,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
dap.listeners.before.event_exited["dapui_config"] = function()
dapui.close()
end
dapui.setup()
-- rust
dap.adapters.lldb = {
@ -702,12 +703,18 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
local neotest = require("neotest")
neotest.setup({
adapters = {
require("neotest-rust"),
require("neotest-rust") {
args = { "--no-capture" },
dap_adapter = "lldb",
},
},
})
vim.keymap.set("n", "<leader>tr", function()
neotest.run.run()
end)
vim.keymap.set("n", "<leader>td", function()
neotest.run.run({ strategy = "dap" })
end)
vim.keymap.set("n", "<leader>tf", function()
neotest.run.run(vim.fn.expand("%"))
end)

@ -1 +1 @@
Subproject commit 8cb38658a8b82de75a3ae651be91a6444be35a5b
Subproject commit 81c6325b7f8875857ec09e5d24f3b6d7986f29e2

@ -1 +1 @@
Subproject commit d424d262d01bccc1e0b038c9a7220a755afd2a1f
Subproject commit 6aa6e4529a4a125b49c48541b97ba146ceee2441

@ -1 +1 @@
Subproject commit d7749eb3d9933a75d2244820308ce442f646c7ae
Subproject commit f0dca670fa059eb89dda8869a6310c804241345c

@ -1 +1 @@
Subproject commit 694aaec65733e2d54d393abf80e526f86726c988
Subproject commit 9099871a7c7e1c16122e00d70208a2cd02078d80

@ -1 +1 @@
Subproject commit f03089854a8e15594a01562fa7192d0009a6fbe7
Subproject commit 07f5d974203a5d957e7b464020261a657f59556d

@ -1 +1 @@
Subproject commit 44b16d11215dce86f253ce0c30949813c0a90765
Subproject commit 5af77f54de1b16c34b23cba810150689a3a90312

@ -1 +1 @@
Subproject commit 6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2
Subproject commit d195f0c35ced5174d3ecce1c4c8ebb3b5bc23fa9

@ -1 +1 @@
Subproject commit 0940564208a490c173216c3b7d2188b0a5ad3491
Subproject commit f0e029a3989691eb38cfa9272b75251c62a00821

@ -1 +1 @@
Subproject commit 2248ef254d0a1488a72041cfb45ca9caada6d994
Subproject commit 566b7036f717f3d676362742630518a47f132fff

@ -1 +1 @@
Subproject commit 966aad1accd47fa11fbe2539234f81f678fef2de
Subproject commit f76741886b356586f9dfe8e312fbd1ab0fd1084f

@ -1 +1 @@
Subproject commit 0b751f6beef40fd47375eaf53d3057e0bfa317e4
Subproject commit 538e37ba87284942c1d76ed38dd497e54e65b891

@ -1 +1 @@
Subproject commit dde3084106a70b9a79d48f426f6d6fec6fd203f7
Subproject commit 85855b38011114929f4058efc97af1059ab3e41d

@ -1 +1 @@
Subproject commit f20f35756e74b91c0b4340d01fee22422bdffefa
Subproject commit 32f98300881f38f4e022391f240188fec42f74db

@ -1 +1 @@
Subproject commit e0eeac5480704cc3fdd5bdadd4901ca5409d7838
Subproject commit ab39a1bbdb6ce5f8de710c41630d6aa14619b19f

@ -1 +1 @@
Subproject commit 0855a89e00a5822c3a482a82e5223fcf2e9ede13
Subproject commit 633a0ab03159569a66b65671b0ffb1a6aed6cf18

@ -1 +1 @@
Subproject commit 0791b5ebb590a2d44e20640c52679df1fc42e8ab
Subproject commit 27f68c0b6a87cbad900b3d016425450af8268026

@ -1 +1 @@
Subproject commit 5efb8bd06841f91f97c90e16de85e96d57e9c862
Subproject commit 43aa2ddf476012a2155f5f969ee55ab17174da7a

@ -1 +1 @@
Subproject commit 3f5f165447d797576206e3b9bd555ea8db85b6f2
Subproject commit aacaa9cd031da83ce08d8fa5f19083d731f7f62c

@ -1 +1 @@
Subproject commit 8b1d2962875b8701c830199f042b74663b6a3a7f
Subproject commit 308e7737d09de8c1100320ddc6bc270615ae791a