Skip to content

Jafagervik/Testy.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testy.nvim

Test of neovim plugins

Documentation

See :help Testy.nvim

A plugin for easily adding and then removing sets of mappings without losing what maps you had before.

Installation

Testy.nvim supports lazy and packer

lazy.nvim
{
  "Jafagervik/Testy.nvim",
  config = function()
    local testy = require("Testy")

    vim.keymap.set({ "n", "v" }, "<leader>fml", function()
      testy.show()
    end, { desc = "show" })

    vim.keymap.set({ "n", "v" }, "<leader>kek", function()
      testy.test()
    end, { desc = "test" })
  end,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages