From f3fe133bfe0f9e17e7404ec7357738be023b798a Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Thu, 7 Nov 2024 12:34:45 -0800 Subject: [PATCH] docs: mention goal to add tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0672ce..498272c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ vim.api.nvim_create_autocmd('FileType', { - [ ] Code cleanup - [ ] Package code in common registries like `homebrew`, `mason.nvim`, and others (help wanted!) +- [ ] Add tests for all functionality ## References