From 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Thu, 26 Dec 2024 14:33:06 +0100 Subject: wallust --- nvim/lua/plugins/neopywal.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 nvim/lua/plugins/neopywal.lua (limited to 'nvim/lua/plugins/neopywal.lua') diff --git a/nvim/lua/plugins/neopywal.lua b/nvim/lua/plugins/neopywal.lua new file mode 100644 index 0000000..e95686a --- /dev/null +++ b/nvim/lua/plugins/neopywal.lua @@ -0,0 +1,18 @@ +local init = function() + vim.cmd.colorscheme("neopywal") +end + +local config = function() + require("neopywal").setup({ + use_wallust = true, + }) +end + +return { + "RedsXDD/neopywal.nvim", + lazy = false, + name = "neopywal", + init = init, + config = config, + priority = 1000, +} -- cgit v1.2.3