This website requires JavaScript.
Explore
Help
Sign in
FunctionalHacker
/
dotfiles
Watch
2
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
1
Releases
Activity
bddcb64be8
dotfiles
/
home
/
.config
/
nvim
/
lua
/
plugins
/
which-key.lua
4 lines
85 B
Lua
Raw
Normal View
History
Unescape
Escape
Add patch for which-key and cmdheight=0 problem
2022-09-02 23:59:51 +03:00
return
function
(
)
Reformat all neovim configuration files with stylua
2022-10-26 14:08:20 +03:00
require
(
"
which-key
"
)
.
setup
(
{
spelling
=
{
enabled
=
true
}
}
)
Add patch for which-key and cmdheight=0 problem
2022-09-02 23:59:51 +03:00
end
Reference in a new issue
Copy permalink