From 4a13cbcd13cde440508767553e1da907b843c53b Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 12 Mar 2023 21:56:50 +0100 Subject: [PATCH] nvim: add shelman-theme --- .config/nvim/lua/plugins/shelman-theme.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/nvim/lua/plugins/shelman-theme.lua diff --git a/.config/nvim/lua/plugins/shelman-theme.lua b/.config/nvim/lua/plugins/shelman-theme.lua new file mode 100644 index 0000000..eb28066 --- /dev/null +++ b/.config/nvim/lua/plugins/shelman-theme.lua @@ -0,0 +1,4 @@ +return { + name = "shelman-theme", + dir = "~/.config/shelman-theme/current/neovim", +}