-- example of a project specific nvim configuration file using :exrc and conform local conform = require 'conform'; conform.setup { formatters_by_ft = { python = { 'isort', 'black' }, javascript = { 'prettier', }, }, format_on_save = { lsp_format = 'never', } }