From 08177e506f5c5cee55177f2c3a2b332464d21092 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 22 Jul 2024 19:03:35 +0200 Subject: [PATCH] fix(contributing.md): lazydev setup was incorrect --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12a23a2..9bc85be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,8 @@ It can be setup with the following options: -- See the configuration section for more details -- Load luvit types when the `vim.uv` word is found { path = "luvit-meta/library", words = { "vim%.uv" } }, - { path = "luassert/library", words = { "vim%.uv" } }, - { path = "busted/library", words = { "vim%.uv" } }, + { path = "luassert/library", words = { "assert" } }, + { path = "busted/library", words = { "describe", "it" } }, { path = "care.nvim/lua/care/types/" }, }, },