We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad83284 commit a44fa81Copy full SHA for a44fa81
lua/opencode/ui/completion/commands.lua
@@ -1,4 +1,3 @@
1
-local icons = require('lua.opencode.ui.icons')
2
local M = {}
3
4
local function get_available_commands()
@@ -25,6 +24,7 @@ local command_source = {
25
24
name = 'commands',
26
priority = 1,
27
complete = function(context)
+ local icons = require('opencode.ui.icons')
28
if not context.line:match('^' .. vim.pesc(context.trigger_char) .. '[^%s/]*$') then
29
return {}
30
end
0 commit comments