mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
04-01-2026
This commit is contained in:
9
.config/nvim/lua/plugins/which_key.lua
Normal file
9
.config/nvim/lua/plugins/which_key.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
ignore = {
|
||||
pattern = { "^.*[А-Яа-я].*$" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user