2 files changed,
7 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-07-24 15:34:37 +0300
Parent:
1aa6a28
jump to
| M | after/ftplugin/lua.lua |
| M | lua/plugins/mini.lua |
M
after/ftplugin/lua.lua
@@ -5,6 +5,7 @@ vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2 -- some maps +map("n", "<leader>;t", ":=MiniTest.run_file()<CR>") map("n", "<leader>x", function() vim.cmd.source "%" end, true)
M
lua/plugins/mini.lua
@@ -1,6 +1,12 @@
---@type LazySpec return { { + "echasnovski/mini.test", + ft = "lua", + config = true, + keys = { "<leader>;t" }, + }, + { "echasnovski/mini.bufremove", config = true, keys = {