Skip to content

Commit

Permalink
docs: mention bytecode generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py committed Dec 31, 2023
1 parent d24d294 commit d86d123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d86d123

Please sign in to comment.