Skip to content

Commit

Permalink
fix(docs): correct quotes use (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
perzhul authored Aug 23, 2024
1 parent e939b7c commit 9e30dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ vim.api.nvim_set_keymap(
vim.api.nvim_set_keymap(
"n",
"<leader>twf",
"<cmd>lua require('neotest').run.run({ vim.fn.expand("%"), vitestCommand = 'vitest --watch' })<cr>",
"<cmd>lua require('neotest').run.run({ vim.fn.expand('%'), vitestCommand = 'vitest --watch' })<cr>",
{desc = "Run Watch File"}
)

Expand Down

0 comments on commit 9e30dca

Please sign in to comment.