LazyVim.LazyVim/lua/lazyvim/plugins/extras
Michael Olson aa418a2147
feat(icons): provide language specific icons in extras (#3931)
## What is this PR for?

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

Provide language specific file icons. The intent is to lay the
foundation of this type of extension / configuration. I've added icons
for file types that I interact with but this is definitely not holistic.
I also went back and forth on whether the configuration should be within
the core UI config or in the extras (I landed on the later). Definitely
open to feedback on these changes.

## Does this PR fix an existing issue?

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

Nope.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2024-07-07 19:28:51 +02:00
..
coding feat(copilot-chat): ctrl-s now works in both normal and insert mode 2024-06-16 20:17:16 +02:00
dap fix(dap): only load mason-nvim-dap when not disabled (#3784) 2024-06-23 20:04:51 +02:00
editor fix(fzf-lua): move register_select to lazy init 2024-07-07 17:23:53 +02:00
formatting fix(prettier): fixup 2024-06-07 23:24:01 +02:00
lang feat(icons): provide language specific icons in extras (#3931) 2024-07-07 19:28:51 +02:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(neotest): support adapter key on adapter for playwright (#3824) 2024-06-27 16:04:26 +02:00
ui fix(mini.starter): lazyvim startuptime in mini.starter (#3935) 2024-07-06 09:56:19 +02:00
util feat(icons): provide language specific icons in extras (#3931) 2024-07-07 19:28:51 +02:00
vscode.lua feat(vscode): added ts-comments to allow list for vscode 2024-05-29 18:22:54 +02:00