Skip to content

Commit 68e0756

Browse files
Danilo Verde RibeiroDanilo Verde Ribeiro
authored andcommitted
feat(extended): add extended features and improvements
1 parent 6ac740e commit 68e0756

7 files changed

Lines changed: 638 additions & 414 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ If your upgrade breaks the plugin, please open an issue or downgrade to the last
5252
## 📋 Requirements
5353

5454
- Opencode (v0.6.3+ or more) CLI installed and available (see [Setting up opencode](#-setting-up-opencode) below)
55+
- For RPC functionality: opencode-rpc.lua plugin (included in this repository)
5556

5657
## 🚀 Installation
5758

lua/opencode/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ M.defaults = {
181181
},
182182
diagnostics = {
183183
info = false,
184-
warning = true,
184+
warning = false,
185185
error = true,
186186
},
187187
current_file = {

0 commit comments

Comments
 (0)