You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,44 +92,47 @@ Please commit both `lua/nvim-web-devicons/icons-default.lua` and `lua/nvim-web-d
81
92
82
93
Run `:NvimWebDeviconsHiTest` to view the icons and their highlighting.
83
94
84
-
Start neovim with `TERM=xterm-256color nvim ...` to test cterm.
95
+
Start *Neovim* with `TERM=xterm-256color nvim ...` to test cterm.
85
96
86
97
Check with `&background``dark` and `light`
87
98
88
99
## Documentation
89
100
90
101
When modifying or adding API, please update [Usage](README.md#Usage)
91
102
92
-
# Pull Request
103
+
##Pull Request
93
104
94
105
Please reference any issues in the description e.g. "resolves #1234", which will be closed upon merge.
95
106
96
-
Please check "allow edits by maintainers" to allow nvim-web-devicons maintainers to make small changes such as documentation tweaks.
107
+
Please check "allow edits by maintainers" to allow *nvim-web-devicons* maintainers to make small changes
108
+
such as documentation tweaks.
97
109
98
110
## Subject
99
111
100
112
The merge commit message will be the subject of the PR.
101
113
102
-
A [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0) subject will be validated by the Semantic Pull Request Subject CI job. Reference the issue to be used in the release notes e.g.
114
+
A [Conventional Commits] subject will be validated by the Semantic Pull Request Subject CI job.
115
+
Reference the issue to be used in the release notes e.g.
103
116
104
-
```
117
+
```txt
105
118
feat: add gradle icons
106
119
fix: update rust icon
107
120
feat(#192): :NvimWebDeviconsHiTest
108
121
```
109
122
110
123
Available types:
111
-
* feat: A new feature
112
-
* fix: A bug fix
113
-
* docs: Documentation only changes
114
-
* style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
115
-
* refactor: A code change that neither fixes a bug nor adds a feature
116
-
* perf: A code change that improves performance
117
-
* test: Adding missing tests or correcting existing tests
118
-
* build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
119
-
* ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
120
-
* chore: Other changes that don't modify src or test files
121
-
* revert: Reverts a previous commit
124
+
125
+
- feat: A new feature
126
+
- fix: A bug fix
127
+
- docs: Documentation only changes
128
+
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
129
+
- refactor: A code change that neither fixes a bug nor adds a feature
130
+
- perf: A code change that improves performance
131
+
- test: Adding missing tests or correcting existing tests
132
+
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
133
+
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
134
+
- chore: Other changes that don't modify src or test files
135
+
- revert: Reverts a previous commit
122
136
123
137
If in doubt, look at previous commits.
124
138
@@ -130,7 +144,9 @@ It is useful to see the actual glyphs in the pull request. That can be done by s
130
144
131
145
Using firefox:
132
146
133
-
* Settings -> General
134
-
* Fonts -> Advanced
135
-
* Change Monospace to "Hack Nerd Font Mono" or similar
136
-
* Uncheck "Allow pages to choose their own fonts, instead of your selections above"
147
+
- Settings -> General
148
+
- Fonts -> Advanced
149
+
- Change Monospace to "Hack Nerd Font Mono" or similar
150
+
- Uncheck "Allow pages to choose their own fonts, instead of your selections above"
Copy file name to clipboardExpand all lines: README.md
+23-11Lines changed: 23 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
-
# Notice
2
-
Nerd fonts moved some symbols with version 3.0. Version 2.3 is meant for transition, supporting both version 2 and version 3 icons.
3
-
4
-
Nvim-web-devicons requires version 2.3 or above to work properly. If you are unable to update please use your plugin manager to pin version of nvim-web-dev icons to `nerd-v2-compat` tag.
5
-
6
1
# Nvim-web-devicons
7
2
8
-
Provides [Nerd Font](https://www.nerdfonts.com/) <sup>[1]</sup> icons (glyphs) for use by neovim plugins:
3
+
Provides [Nerd Font](https://www.nerdfonts.com/)[^1] icons (glyphs) for use by *Neovim* plugins:
0 commit comments