refactor: revert canola namespace to oil and remove vim.g config #120

Merged
barrettruth merged 2 commits from refactor/revert-canola-to-oil into main 2026-03-11 02:49:56 +00:00
barrettruth commented 2026-03-11 02:44:53 +00:00

Problem

The canola rename and vim.g config migration create unnecessary friction
for users migrating from stevearc/oil.nvim — every require() call and
config reference must change for no functional benefit.

Solution

Revert all module paths, URL schemes, autocmd groups, highlight groups, and
filetype names back to oil. Remove the vim.g.oil declarative config
path. The repo stays canola.nvim for identity; the code is a drop-in
replacement configured via require("oil").setup({}).

closes #95

## Problem The canola rename and `vim.g` config migration create unnecessary friction for users migrating from stevearc/oil.nvim — every `require()` call and config reference must change for no functional benefit. ## Solution Revert all module paths, URL schemes, autocmd groups, highlight groups, and filetype names back to `oil`. Remove the `vim.g.oil` declarative config path. The repo stays `canola.nvim` for identity; the code is a drop-in replacement configured via `require("oil").setup({})`. closes #95
Sign in to join this conversation.
No description provided.