We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How about
index d51c479..c773c6d 100644 --- a/autoload/nerdfont/path/basename.vim +++ b/autoload/nerdfont/path/basename.vim @@ -14,6 +14,7 @@ let g:nerdfont#path#basename#defaults = { \ '_gvimrc' : '', \ '_vimrc' : '', \ 'cmakelists.txt' : '', + \ 'requirements.txt' : '', \ 'config.ru' : '', \ 'docker-compose.yml' : '', \ 'dockerfile' : '', diff --git a/autoload/nerdfont/path/extension.vim b/autoload/nerdfont/path/extension.vim index 1afbf5a..c2b445e 100644 --- a/autoload/nerdfont/path/extension.vim +++ b/autoload/nerdfont/path/extension.vim @@ -10,6 +10,7 @@ let g:nerdfont#path#extension#defaults = { \ 'c' : '', \ 'c++' : '', \ 'cc' : '', + \ 'cu' : '', \ 'clj' : '', \ 'cljc' : '', \ 'cljs' : '', @@ -44,6 +45,7 @@ let g:nerdfont#path#extension#defaults = { \ 'gif' : '', \ 'go' : '', \ 'h' : '', + \ 'cuh' : '', \ 'haml' : '', \ 'hbs' : '', \ 'hh' : '',
requirements.txt is the configuration of python, and cu and cuh are cuda's c source file and header file.
I found a reference: https://github.com/Peltoche/lsd/blob/master/src/icon.rs#L102 or https://github.com/ogham/exa/blob/master/src/output/icons.rs. Maybe we can do more?
The text was updated successfully, but these errors were encountered:
Cool. PR please 👍
Sorry, something went wrong.
163a2c3
Merge pull request #13 from Freed-Wu/iss12
ee07f3e
Fix #12, add more icons
No branches or pull requests
How about
requirements.txt is the configuration of python, and cu and cuh are cuda's c source file and header file.
I found a reference: https://github.com/Peltoche/lsd/blob/master/src/icon.rs#L102 or https://github.com/ogham/exa/blob/master/src/output/icons.rs. Maybe we can do more?
The text was updated successfully, but these errors were encountered: