mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix typo
This commit is contained in:
parent
80a43181ac
commit
657ff24296
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
adapters = {
|
adapters = {
|
||||||
["neotest-rspec"] = {
|
["neotest-rspec"] = {
|
||||||
-- NOTE: By default neotest-rspec uses the system wide rspec gem isntead of the one through bundler
|
-- NOTE: By default neotest-rspec uses the system wide rspec gem instead of the one through bundler
|
||||||
-- rspec_cmd = function()
|
-- rspec_cmd = function()
|
||||||
-- return vim.tbl_flatten({
|
-- return vim.tbl_flatten({
|
||||||
-- "bundle",
|
-- "bundle",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue