refactor: revert canola namespace to oil and remove vim.g config #120
No reviewers
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim!120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/revert-canola-to-oil"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The canola rename and
vim.gconfig migration create unnecessary frictionfor users migrating from stevearc/oil.nvim — every
require()call andconfig 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 thevim.g.oildeclarative configpath. The repo stays
canola.nvimfor identity; the code is a drop-inreplacement configured via
require("oil").setup({}).closes #95