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,2 +1,2 @@
-- Settings for pager mode
vim.keymap.set('n', 'q', vim.cmd.q)
vim.keymap.set("n", "q", vim.cmd.q)