Fix a typo

pull/268/head
ray-x 1 year ago
parent 274581e35e
commit 1f7bc9ab20

@ -154,7 +154,7 @@ M.workspace_symbol_handler = function(err, result, ctx, cfg)
log(items[1])
local ft = vim.api.nvim_buf_get_option(ctx.bufnr, 'ft')
gui.new_list_view({ items = items, prompt = true, ft = ft, rowdata = true, api = '' , title = 'Workspace Symbols''})
gui.new_list_view({ items = items, prompt = true, ft = ft, rowdata = true, api = '' , title = 'Workspace Symbols'})
end
function M.side_panel()

Loading…
Cancel
Save