This config prevents stylua from changing one-liners like this: vim.keymap.set('n', '<C-j>', function() harpoon:list():select(1) end) to this: vim.keymap.set('n', '<C-j>', function() harpoon:list():select(1) end)