astrocommunity icon indicating copy to clipboard operation
astrocommunity copied to clipboard

fix(fyler-nvim): Refactor options for file explorer configuration

Open burgr033 opened this issue 1 month ago • 1 comments

📑 Description

upstream fyler changed their options. It gave a warning message about deprecating the options used in the astrocommunity fork. this pr changes the options to match the structure of fyler.nvim

📖 Additional Information

message

Fyler: Deprecated configuration options detected
============================================================

Deprecated configuration detected: 'default_explorer'
  Configuration structure reorganized under 'views.finder'
  Use 'views.finder.default_explorer' instead
  Update your config: views.finder.default_explorer = true

Deprecated configuration detected: 'indentscope'
  Configuration structure reorganized under 'views.finder'
  Use 'views.finder.indentscope' instead
  Update your config: views.finder.indentscope = {
  marker = "┊"
}

Deprecated configuration detected: 'win'
  Configuration structure reorganized under 'views.finder'
  Use 'views.finder.win' instead
  Update your config: views.finder.win = {
  border = "rounded",
  kind = "replace"
}

============================================================
Please update your configuration to avoid future issues.
See :h Fyler.Config for current options.

burgr033 avatar Nov 12 '25 10:11 burgr033