From 7bf654d64f8190c85fa9a34b420e5ca0ad8d8fe7 Mon Sep 17 00:00:00 2001 From: David Ho Date: Sat, 6 Jan 2024 19:42:42 +0800 Subject: [PATCH] Add Neovim logo --- src/data/svgs.ts | 6 ++++++ static/library/neovim.svg | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 static/library/neovim.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9e7f401..763339c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; diff --git a/static/library/neovim.svg b/static/library/neovim.svg new file mode 100644 index 0000000..46c5eb8 --- /dev/null +++ b/static/library/neovim.svg @@ -0,0 +1,27 @@ + + + neovim-mark@2x + Created with Sketch (http://www.bohemiancoding.com/sketch) + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file