forked from dineshsalunke/nvim-config
12 lines
184 B
Lua
12 lines
184 B
Lua
return {
|
|
{
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
plugins = {
|
|
spelling = true,
|
|
},
|
|
},
|
|
},
|
|
}
|