Skip to content

Commit

Permalink
chore(test): Rename .nvimrc to .nvim.lua in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
jfpedroza committed Nov 14, 2023
1 parent dfb1646 commit 59e32b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/sample_proj/.nvimrc → tests/sample_proj/.nvim.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lua << EOF
if not pcall(require, "neotest") then
return
end
Expand All @@ -10,4 +9,3 @@ vim.schedule(function()
},
})
end)
EOF

0 comments on commit 59e32b3

Please sign in to comment.