Releases: lopi-py/luau-lsp.nvim
Releases · lopi-py/luau-lsp.nvim
v1.6.0
Added
require("luau-lsp").aliases()
to read and return aliases from.luaurc
Fixed
- Error loading the server when root directory is not found
- Definition files that depend on Roblox types will now load properly
- Merge internal modified capabilities with the default client capabilities if not specified in the server config
- Sourcemap generation and studio server will only start if the configured platform is
roblox
v1.5.0
Added
- Error handling for curl when there is no internet connection
- GZip decompression support for the studio plugin server (#23)
- Support for tilde (
~
) expansion in definition and documentation files - Health checks (
:checkhealth luau-lsp
) :LuauLsp
single command- Changelog file
Changed
- Rojo project files (
*.project.json
) have more priority when finding the root directory
Deprecated
- Commands starting with
:Luau
in favor of:LuauLsp
single command
Removed
treesitter()
function
v1.4.0
v1.3.0
Added
sourcemap.autogenerate
andsourcemap.rojo_project_file
optionstypes.roblox_security_level
option- Support for
:help 'exrc'
neovim option
Changed
- Renamed command
:RojoSourcemap
to:LuauRegenerateSourcemap
Removed
sourcemap.select_rojo_project
in favor ofsourcemap.rojo_project_file
Fixed
- Sourcemap notifications in non rojo projects
- Bytecode buffer issues