mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 23:01:36 +00:00
5 lines
122 B
Lua
5 lines
122 B
Lua
vim.cmd([[set runtimepath+=.]])
|
|
|
|
vim.o.swapfile = false
|
|
vim.bo.swapfile = false
|
|
require("tests.test_util").reset_editor()
|