Skip to content

Commit 008b1f3

Browse files
committed
fix: native completion fuzzy filtering
1 parent 30b8a52 commit 008b1f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ftplugin/opencode.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ vim.b.did_ftplugin = true
55
-- This provides completion for files, subagents, commands, and context items
66
-- Works with any LSP-compatible completion plugin (blink.cmp, nvim-cmp, etc.)
77

8+
vim.bo.completeopt = 'menu,menuone,noselect,fuzzy'
89
local bufnr = vim.api.nvim_get_current_buf()
910

1011
local opencode_ls = require('opencode.lsp.opencode_ls')

0 commit comments

Comments
 (0)