mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim/oil: document why default_file_explorer is disabled
This commit is contained in:
parent
04e5d28fca
commit
2b593274a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue