all repos

init.lua @ f10f6ec

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(ftplugin): fix keymaps
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-02-19 15:21:44 +0200
Parent: aa6f9c7
M after/ftplugin/lua.lua

@@ -5,7 +5,7 @@ vim.opt_local.shiftwidth = 2

vim.opt_local.softtabstop = 2 -- some maps -map("n", "<localleader>;t", ":=MiniTest.run_file()<CR>", true) +map("n", "<localleader>t", ":=MiniTest.run_file()<CR>", true) map("n", "<localleader>x", function() vim.cmd.source "%" end, true)