From 743c70b7cb5fe8b254ed95ece29fcf4563018d2e Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 2 Jun 2024 13:53:11 +0200 Subject: neofusion theme --- nvim/lua/plugins/appearance.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nvim/lua/plugins/appearance.lua (limited to 'nvim/lua/plugins/appearance.lua') diff --git a/nvim/lua/plugins/appearance.lua b/nvim/lua/plugins/appearance.lua new file mode 100644 index 0000000..1cb1ab0 --- /dev/null +++ b/nvim/lua/plugins/appearance.lua @@ -0,0 +1,7 @@ +return { + { + "diegoulloao/neofusion.nvim", + priority = 1000, + config = true + } +} -- cgit v1.2.3