2 files changed,
1 insertions(+),
14 deletions(-)
Author:
Smirnov Alexander
ss2316544@gmail.com
Committed at:
2022-03-20 19:01:25 +0200
Parent:
7896d20
jump to
| M | lua/fk/plugin.lua |
| M | lua/fk/plugin/whichkey.lua |
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" },