docs: rename repository from oil.nvim to canola.nvim
Some checks are pending
luarocks / quality (push) Waiting to run
luarocks / publish (push) Blocked by required conditions

Problem: the fork shared the same name as upstream, making it difficult
to distinguish and discover independently.

Solution: rename the repository to canola.nvim — a type of oil, making
the lineage obvious while establishing a distinct identity. Update all
references in the README, rockspec, and issue templates.
This commit is contained in:
Barrett Ruth 2026-02-22 22:01:34 -05:00
parent d1f7c691b5
commit c92a5bd42a
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 18 additions and 20 deletions

View file

@ -9,7 +9,7 @@ body:
options:
- label:
I have searched [existing
issues](https://github.com/barrettruth/oil.nvim/issues)
issues](https://github.com/barrettruth/canola.nvim/issues)
required: true
- label: I have updated to the latest version
required: true
@ -69,7 +69,7 @@ body:
require('lazy.nvim').setup({
spec = {
{
'barrettruth/oil.nvim',
'barrettruth/canola.nvim',
init = function()
vim.g.oil = {}
end,

View file

@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions
url: https://github.com/barrettruth/oil.nvim/discussions
url: https://github.com/barrettruth/canola.nvim/discussions
about: Ask questions and discuss ideas

View file

@ -9,7 +9,7 @@ body:
options:
- label:
I have searched [existing
issues](https://github.com/barrettruth/oil.nvim/issues)
issues](https://github.com/barrettruth/canola.nvim/issues)
required: true
- type: textarea