Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Sync filetype component with filetype option #1252

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arsmoriendy
Copy link

  • Will automatically change icon for filetype component when vim's filetype option changes

  • Idiomatically derive icon for the filetype component from buffer's filetype (instead of deriving from filename first).

  • Some icons may change. E.g. markdown files from "" to "", because nvim-web-devicons have different icons for "markdown" (which is derived from filetype) and "md" (which is derived from file extension).

- Will automatically change icon for filetype component when vim's
  filetype option changes

- Idiomatically derive icon for the filetype component from buffer's
  filetype (instead of deriving from filename first).

- Some icons may change. E.g. markdown files from "" to "", because
  nvim-web-devicons have different icons for "markdown" (which is
  derived from filetype) and "md" (which is derived from file
  extension).
@arsmoriendy arsmoriendy marked this pull request as draft June 2, 2024 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant