This commit is contained in:
Chris
2025-12-08 16:33:11 +00:00
parent 1f5a3d19f2
commit f79e89d335
5 changed files with 301 additions and 52 deletions

View File

@@ -124,6 +124,9 @@ local function laravel_keymaps(dir)
['r'] = { 'Request.php', 'request' },
['t'] = { 'Test.php', 'test file' },
}
if dir == nil then
dir = ''
end
laravel_bookmarks_with_dir(dir)
end