From d86d123c7c75e3e807aaeafad1aebe3e0fd684a0 Mon Sep 17 00:00:00 2001 From: lopy <70210066+lopi-py@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:31:32 -0500 Subject: [PATCH] docs: mention bytecode generation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8edc449..73896ad 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ require("luau-lsp").setup { } ``` +## Bytecode generation +`:LuauBytecode` and `:LuauCompilerRemarks` open a new window and show the current Luau file bytecode and compiler remarks. It will automatically update if you change the file or edit it. Close with `q`. + ### Configuration `luau-lsp.nvim` comes with the following defaults ```lua