From f543450459bc2309e01df70073f30dcf7038b170 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 3 Nov 2025 23:57:29 +0530 Subject: Add Zed editor configuration sample - Added zed.sample.settings.json with complete LSP configuration for Lua - Updated ZED_EDITOR_SETUP.md to reference the sample configuration file - Includes proper Lua 5.4 runtime settings and ReiLua globals - Configured diagnostics and inlay hints for better developer experience --- docs/ZED_EDITOR_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ZED_EDITOR_SETUP.md b/docs/ZED_EDITOR_SETUP.md index 6f72482..626f06b 100644 --- a/docs/ZED_EDITOR_SETUP.md +++ b/docs/ZED_EDITOR_SETUP.md @@ -130,7 +130,7 @@ To make ReiLua API available for all projects: ## Method 3: Using Zed's LSP Configuration Create a `.zed/settings.json` in your project: - +> Note There is a sample zed settings json file in the repo root (zed.sample.settings.json) ```json { "lsp": { -- cgit v1.2.3