Configure stylua to collapse simple inline lua functions
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)pull/649/head
parent
af4fd2355f
commit
90ca7b1f7f
Loading…
Reference in New Issue