Skip to content

Instantly share code, notes, and snippets.

View greg-nearmap's full-sized avatar

Gregory McIntyre greg-nearmap

View GitHub Profile
@greg-nearmap
greg-nearmap / conform.lua
Last active February 25, 2026 23:02
Little tid bits of config that are handy
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
css = { "prettier" },
html = { "prettier" },
javascript = { "prettier" },
javascriptreact = { "prettier" },
typescript = { "prettier" },
typescriptreact = { "prettier" },
-- ruby = { "rubocop" },