We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b8a52 commit 008b1f3Copy full SHA for 008b1f3
1 file changed
ftplugin/opencode.lua
@@ -5,6 +5,7 @@ vim.b.did_ftplugin = true
5
-- This provides completion for files, subagents, commands, and context items
6
-- Works with any LSP-compatible completion plugin (blink.cmp, nvim-cmp, etc.)
7
8
+vim.bo.completeopt = 'menu,menuone,noselect,fuzzy'
9
local bufnr = vim.api.nvim_get_current_buf()
10
11
local opencode_ls = require('opencode.lsp.opencode_ls')
0 commit comments