Neovim: Clean up configuration

This commit is contained in:
Marko Korhonen 2023-02-22 18:29:01 +02:00
parent ebf0dab03c
commit 9472088711
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 15 additions and 34 deletions

View file

@ -1,3 +0,0 @@
return function()
require("which-key").setup({ spelling = { enabled = true } })
end