diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1669ef..5667efe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - basics: set directory root approaches - basics: spell check overview - configuration: alternative community configurations +- reference: link to intro to lua from codecademy ### Changed - ci: spell lychee & repository trufflehog linters warn only (false positives) diff --git a/docs/reference/lua-language/index.md b/docs/reference/lua-language/index.md index 9c9e2f4e..bedb0e25 100644 --- a/docs/reference/lua-language/index.md +++ b/docs/reference/lua-language/index.md @@ -15,3 +15,5 @@ Lua is the default language for Neovim configuration. ## Reference [:globe_with_meridians: Lua.org 5.4 Reference Manual](https://www.lua.org/manual/5.4/){target=_blank .md-button} + +[:globe_with_meridians: Introduction to Lua - Codecademy](https://www.codecademy.com/learn/learn-lua/modules/learn-lua-introduction/cheatsheet){target=_blank .md-button}