Reformat all neovim configuration files with stylua

This commit is contained in:
Marko Korhonen 2022-10-26 14:08:20 +03:00
parent d69a00df7e
commit bddcb64be8
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
16 changed files with 414 additions and 352 deletions

View file

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