mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
10 lines
123 B
Lua
10 lines
123 B
Lua
return {
|
||
{
|
||
"folke/which-key.nvim",
|
||
event = "VeryLazy",
|
||
ignore = {
|
||
pattern = { "^.*[А-Яа-я].*$" },
|
||
},
|
||
},
|
||
}
|