mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-01 21:30:55 +01:00
chore: zed editor configs
This commit is contained in:
parent
638c017f0a
commit
a677432c59
1 changed files with 21 additions and 0 deletions
21
.zed/settings.json
Normal file
21
.zed/settings.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
// Mirrors the default lune configuration present in `.vscode/settings.json`
|
||||
{
|
||||
"lsp": {
|
||||
"luau-lsp": {
|
||||
"settings": {
|
||||
"luau-lsp": {
|
||||
"sourcemap": {
|
||||
"enabled": false
|
||||
},
|
||||
"require": {
|
||||
"mode": "relativeToFile",
|
||||
"directoryAliases": {
|
||||
"@lune/": "~/.lune/.typedefs/0.8.9/",
|
||||
"@testing/": ".lune/test-lib/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue