From ecfb1b20d7623fe7acc00133bf66c181c413b6a7 Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Fri, 7 Jan 2022 16:01:21 -0300 Subject: [PATCH] Add new VSCode-like theme to Neovim packages --- .gitmodules | 5 +++++ nvim/pack/themes/opt/vscode.nvim | 1 + 2 files changed, 6 insertions(+) create mode 160000 nvim/pack/themes/opt/vscode.nvim diff --git a/.gitmodules b/.gitmodules index 7a3fc5a..683d30f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,11 @@ url = https://github.com/navarasu/onedark.nvim.git shallow = true ignore = all +[submodule "nvim/pack/themes/opt/vscode.nvim"] + shallow = true + ignore = all + path = nvim/pack/themes/opt/vscode.nvim + url = https://github.com/Mofiqul/vscode.nvim.git [submodule "vim/pack/misc/start/indentLine"] path = vim/pack/misc/start/indentLine url = https://github.com/Yggdroot/indentLine.git diff --git a/nvim/pack/themes/opt/vscode.nvim b/nvim/pack/themes/opt/vscode.nvim new file mode 160000 index 0000000..f3ea923 --- /dev/null +++ b/nvim/pack/themes/opt/vscode.nvim @@ -0,0 +1 @@ +Subproject commit f3ea9235abc1368434d54f3211560474b6c2c030