refactor: remove vim.g.oil declarative config
Problem: the `vim.g.oil` configuration path was added prematurely.
It adds a second config entrypoint before the plugin has stabilized
enough to justify it.
Solution: remove `vim.g.oil` support from `plugin/oil.lua`,
`config.setup()`, docs, and tests. Users configure via
`require("oil").setup({})`.
This commit is contained in:
parent
8dd67f91e8
commit
14bb77d842
6 changed files with 119 additions and 146 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -70,8 +70,8 @@ body:
|
|||
spec = {
|
||||
{
|
||||
'barrettruth/canola.nvim',
|
||||
init = function()
|
||||
vim.g.oil = {}
|
||||
config = function()
|
||||
require('oil').setup({})
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue