Skip to content

Commit

Permalink
fix(contributing.md): lazydev setup was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Jul 22, 2024
1 parent 072f0af commit 08177e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/" },
},
},
Expand Down

0 comments on commit 08177e5

Please sign in to comment.