Skip to content

Commit

Permalink
fix function
Browse files Browse the repository at this point in the history
  • Loading branch information
adalessa committed Feb 7, 2025
1 parent 7a72512 commit 1d11a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/laravel/pickers/fzf_lua/pickers/artisan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function ui_artisan_picker:run(opts)

fzf_exec(
command_names,
vim.tbl_extends("force", {
vim.tbl_extend("force", {
actions = {
["default"] = function(selected)
local command = command_table[selected[1]]
Expand Down
1 change: 1 addition & 0 deletions lua/laravel/pickers/telescope/pickers/resources.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ local actions = require("telescope.actions")
local action_state = require("telescope.actions.state")

local resources_picker = {}

function resources_picker:new(options)
local instance = {
options = options,
Expand Down

0 comments on commit 1d11a9c

Please sign in to comment.