3 Commits

Author SHA1 Message Date
Brian Forsberg
90ca7b1f7f 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)
2024-02-26 13:59:36 -06:00
Maria José Solano
be90f025de
Use call_parentheses 2023-06-16 21:12:11 -07:00
TJ DeVries
4c4096cf30 init: kickstart.nvim 2022-06-23 23:35:53 -04:00