Skip to content

Commit 05c8ad4

Browse files
authored
Merge branch 'nvim-tree:master' into master
2 parents ea280f2 + 16d919d commit 05c8ad4

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/johnnymorganz/stylua
3-
rev: v2.3.0
3+
rev: v2.3.1
44
hooks:
55
- id: stylua-github
66
fail_fast: true

lua/nvim-web-devicons/default/icons_by_filename.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ return {
9696
["docker-compose.yaml"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
9797
["docker-compose.yml"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
9898
["dockerfile"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
99+
["dune"] = { icon = "", color = "#8a421e", cterm_color = "124", name = "Dunefile" },
99100
["eslint.config.cjs"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },
100101
["eslint.config.js"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },
101102
["eslint.config.mjs"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },

lua/nvim-web-devicons/filetypes.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ return {
4848
["drools"] = "drl",
4949
["dropbox"] = "dropbox",
5050
["dump"] = "dump",
51+
["dune"] = "dune",
5152
["editorconfig"] = ".editorconfig",
5253
["eex"] = "eex",
5354
["ejs"] = "ejs",

lua/nvim-web-devicons/light/icons_by_filename.lua

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)