Skip to content

Commit

Permalink
fix(ci): disable swapfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Sep 22, 2023
1 parent ca34760 commit aaed354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ vim.opt.rtp:prepend(
)
vim.cmd.luafile('tests/utils.lua')
require('dropbar').setup()

vim.o.swap = false

0 comments on commit aaed354

Please sign in to comment.