nvim/oil: document why default_file_explorer is disabled

This commit is contained in:
Primrose 2025-07-04 15:23:05 +02:00
parent 04e5d28fca
commit 2b593274a1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,4 +1,6 @@
require("oil").setup { require("oil").setup {
-- This bug would prevent downloading language files from working
-- https://github.com/stevearc/oil.nvim/issues/483
default_file_explorer = false, default_file_explorer = false,
columns = { columns = {
-- "icon", -- "icon",