Reformat all neovim configuration files with stylua

This commit is contained in:
Marko Korhonen 2022-10-26 14:08:20 +03:00
parent 2fb9297281
commit 16e59402c7
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