Setup Command
The setup
command is used to setup the zune environment for luau-lsp
.
Supported Editors:
- Visual Studio Code - configuration based on JohnnyMorganz/luau-lsp
- neovim - configuration based on lopi-py/luau-lsp.nvim
- Zed - configuration based on 4teapo/zed-luau
- GNU Emacs - configuration based on kennethloeffler/eglot-luau
Usage
zune setup [editor]
editor
Options:
vscode
- automatically applies settings to.vscode/settings.json
.neovim
- automatically creates.nvim.lua
or outputs settings.zed
- automatically applies settings to.zed/settings.json
.emacs
- automatically creates.dir-locals.el
or outputs settings.- none - stores type definitions in
~/.zune/typedefs/
without editor configuration.
Last updated on