all repos

init.lua @ e611aff232532cde0ee1adbb881ecc715a86c20b

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(lua): add "file reloaded" message
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-08 02:20:46 +0300
Parent: 8ed2d1d
M after/ftplugin/lua.lua

@@ -8,4 +8,5 @@ -- some maps

map("n", "<localleader>t", ":=MiniTest.run_file()<CR>", true) map("n", "<localleader>x", function() vim.cmd.source "%" + vim.print((vim.fn.expand "%:t") .. " reloaded") end, true)