all repos

init.lua @ 332b807

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
lua: add keymap for running current file tests
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-01-15 20:32:42 +0200
Parent: ce3ccfa
M ftplugin/lua.lua

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

vim.opt_local.softtabstop = 2 -- some maps +map("n", "<leader>;t", "<cmd>PlenaryBustedFile %<cr>") map("n", "<leader>;s", function() vim.cmd.source "%" end)