You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language server accepts initialization options via the LSP `initialize` request:
@@ -131,7 +121,7 @@ See [Telemetry](src/telemetry/README.md) for details on collected metrics.
131
121
132
122
---
133
123
134
-
## Editor Setup
124
+
## Client Setup
135
125
136
126
### Neovim
137
127
@@ -165,6 +155,46 @@ lspconfig.cfn_lsp.setup({})
165
155
166
156
Verify: Open a YAML/JSON file and run `:LspInfo`
167
157
158
+
### Kiro CLI
159
+
160
+
[Kiro CLI](https://kiro.dev/docs/cli/) supports [custom language servers](https://kiro.dev/docs/cli/code-intelligence/#custom-language-servers) via its LSP integration. To configure the CloudFormation Language Server:
161
+
162
+
1. Run `/code init` in your project root (if not already initialized)
163
+
164
+
2. Edit the generated `lsp.json` (located at `.kiro/settings/lsp.json`) and add the `cloudformation` entry:
0 commit comments