Skip to content

Commit

Permalink
test: refactor minimal test init to lua
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsho committed Feb 11, 2023
1 parent 1795a2d commit 84b0822
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 9 additions & 0 deletions tests/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vim.opt.rtp:append({
".",
"../plenary.nvim",
"../nvim-web-devicons",
})

vim.cmd([[runtime! plugin/plenary.vim]])
vim.o.swapfile = false
_G.__TEST = true
8 changes: 0 additions & 8 deletions tests/minimal_init.vim

This file was deleted.

0 comments on commit 84b0822

Please sign in to comment.