Add Neovim logo

This commit is contained in:
David Ho
2024-01-06 19:42:42 +08:00
parent 344d152673
commit 7bf654d64f
2 changed files with 33 additions and 0 deletions
+6
View File
@@ -2181,5 +2181,11 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/bitwarden.svg',
url: 'https://bitwarden.com/'
},
{
title: 'Neovim',
category: 'Software',
route: '/library/neovim.svg',
url: 'https://neovim.io/'
}
];