mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 13:03:45 +00:00
11 lines
189 B
Lua
11 lines
189 B
Lua
vim.cmd([[set runtimepath+=.]])
|
|
|
|
vim.o.swapfile = false
|
|
vim.bo.swapfile = false
|
|
require("oil").setup({
|
|
columms = {},
|
|
adapters = {
|
|
["oil-test://"] = "test",
|
|
},
|
|
trash = false,
|
|
})
|