nacha.vim is a Neovim plugin for working with NACHA ACH (Automated Clearing House) files. It provides field-level syntax highlighting, inline virtual text showing field names and interpreted values, and hover-based contextual help for all ACH record types.
Using lazy.nvim:
{
url = 'https://git.sr.ht/~campbellr/nacha.vim',
ft = 'nacha',
config = function()
require('nacha').setup()
end,
}See the project README for packer.nvim and vim-plug instructions.
MIT
nacha.vim is developed using the Git version control system. The official repository is hosted at https://git.sr.ht/~campbellr/nacha.vim.
To clone the repository, run:
git clone https://git.sr.ht/~campbellr/nacha.vim
For full details, see the README at https://git.sr.ht/~campbellr/nacha.vim.
Patches and bug reports welcome — see the repository for details.