Add more neovim configuration

This commit is contained in:
2025-08-18 16:39:41 -05:00
parent 3caa97137b
commit 9440c6ef57
5 changed files with 105 additions and 92 deletions

View File

@@ -0,0 +1,17 @@
-- TODO: set this up
return {
-- 'stevearc/conform.nvim',
-- opts = {},
-- config = function()
-- require("conform").setup({
-- formatters_by_ft = {
-- lua = { "stylua" },
-- go = { "gofmt" },
-- javascript = { "prettier" },
-- typescript = { "prettier" },
-- elixir = { "mix" }
-- }
-- })
-- end
}