all repos

init.lua @ e619076d2616b687163e965a39a6348cb8a568c0

my nvim config
2 files changed, 1 insertions(+), 14 deletions(-)
removed: vim-ultest
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-20 19:01:25 +0200
Parent: 7896d20
M lua/fk/plugin.lua

@@ -90,13 +90,6 @@ "rafamadriz/friendly-snippets",

}, } - -- tests - use { - "rcarriga/vim-ultest", - requires = { { "vim-test/vim-test", after = "vim-ultest" } }, - cmd = { "Ultest", "UltestStop", "UltestClear", "UltestNearest", "UltestOutput" }, - } - -- syntax use { "nvim-treesitter/nvim-treesitter",
M lua/fk/plugin/whichkey.lua

@@ -77,13 +77,7 @@ j = { "<cmd>lua vim.diagnostic.goto_next()<cr>", "Next diagnostic" },

k = { "<cmd>lua vim.diagnostic.goto_prev()<cr>", "Prev diagnostic" }, }, t = { - name = "Tests/tabs", - t = { "<cmd>Ultest<cr>", "Run all tests" }, - s = { "<cmd>UltestStop<cr>", "Stop all runned tests" }, - C = { "<cmd>UltestClear<cr>", "Clean tests results" }, - n = { "<cmd>UltestNearest<cr>", "Run test under cursor" }, - O = { "<cmd>UltestOutput<cr>", "Show test result" }, - + name = "Tabs", l = { "<cmd>tabnext<cr>", "Next tab" }, h = { "<cmd>tabprev<cr>", "Prev tab" }, N = { "<cmd>tabnew<cr>", "New tab" },