Skip to content

Commit

Permalink
Prefer just new, which will handle cwd better
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 1, 2024
1 parent e76308c commit ca2125f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uts-plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ local plugins = {
{
"<localleader>c",
function()
local cmd = "./new.sh"
-- get input from user
local cmd = "just new"
local prefix = vim.fn.input "Enter prefix: "
if prefix ~= "" then
cmd = cmd .. " " .. prefix
Expand Down

0 comments on commit ca2125f

Please sign in to comment.