mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
8 lines
249 B
Lua
8 lines
249 B
Lua
-- https://github.com/mrjones2014/legendary.nvim
|
|
local legendary = require("legendary")
|
|
local opts = { noremap = true, silent = true }
|
|
|
|
vim.keymap.set("n", "LL", "<CMD>Legendary<CR>", opts)
|
|
|
|
legendary.setup({ which_key = { auto_register = true } })
|