dotfiles/home/.config/nvim/lua/plugins/which-key.lua

4 lines
83 B
Lua
Raw Normal View History

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