Select a color scheme for your Dotfyle experience

kr40 / nvim-macros

nvim-macros

Easy way to save and load Macros!
33 1 0 4 days ago
register awesome-neovim
nvim-macros helps manage and enhance macros. It allows you to yank macros from any register, save them to a JSON file, and easily select and run them. The plugin handles special characters in macros and provides the flexibility to customize the storage location for your macros.

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "kr40/nvim-macros",
  cmd = {"MacroSave", "MacroYank", "MacroSelect", "MacroDelete"},
  opts = {
    json_file_path = vim.fs.normalize(vim.fn.stdpath("config") .. "/macros.json"), -- Optional
    default_macro_register = "q", -- Use as default register for :MacroYank and :MacroSave and :MacroSelect Raw functions
  }
}

Developers using nvim-macros

more configs
kr40/nvim
/
7 init.lua 68 4166