dotfiles/home/.config/nvim/lua/plugins/which-key.lua
2022-10-24 13:19:48 +03:00

4 lines
83 B
Lua

return function()
require('which-key').setup {spelling = {enabled = true}}
end