all repos

init.lua @ 15857f3

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
ignore error in neotest config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-08-28 12:15:10 +0300
Parent: 9f30451
M lua/configs/neotest.lua

@@ -34,5 +34,5 @@ map("n", "<leader>to", neotest.output.open)

map("n", "]t", neotest.jump.next) map("n", "[t", neotest.jump.prev) map("n", "<leader>tt", function() - neotest.run.run(vim.fn.expand "%") + neotest.run.run(vim.fn.expand "%") ---@diagnostic disable-line: missing-parameter end)