From dc339b1b1272d73d7270ae10048790f2bea20ff1 Mon Sep 17 00:00:00 2001 From: cscherrNT Date: Mon, 8 Jul 2024 09:37:40 +0200 Subject: [PATCH] add note to ignore theme.lua in settings --- lua/settings/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/settings/theme.lua b/lua/settings/theme.lua index 1bd4c61..f0d0986 100644 --- a/lua/settings/theme.lua +++ b/lua/settings/theme.lua @@ -1,3 +1,5 @@ +-- Use `git update-index --assume-unchanged ` to ignore changes in this file +-- -- Themery block -- This block will be replaced by Themery. vim.cmd("colorscheme tokyonight-storm")