From 5de10627a861751b1ef426720215257a2b28e9fc Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Wed, 16 Aug 2023 11:11:38 +0300 Subject: [PATCH] Add polish.lua --- polish.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 polish.lua diff --git a/polish.lua b/polish.lua new file mode 100644 index 0000000..cc4f71d --- /dev/null +++ b/polish.lua @@ -0,0 +1,7 @@ +return function(local_vim) +-- Themery block +-- This block will be replaced by Themery. +vim.cmd("colorscheme vim-monokai-tasty") +-- end themery block + return local_vim +end