From 29ff9db62b095ccda890b43291d36a79474cce3e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 5 Oct 2023 18:19:20 +0200 Subject: [PATCH] nvim: Pin base16 plug to last working version HACK base16 plugin changed something in its internal application of highlights so that not all highlights get correctly applied when my nvim setup boots up. Have to investigate. --- nvim/.config/nvim/lua/plugins/core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/lua/plugins/core.lua b/nvim/.config/nvim/lua/plugins/core.lua index fb76d5a..8bac49c 100644 --- a/nvim/.config/nvim/lua/plugins/core.lua +++ b/nvim/.config/nvim/lua/plugins/core.lua @@ -41,6 +41,7 @@ return { lazy = false, priority = 1000, dependencies = { "rktjmp/fwatch.nvim" }, + commit = "96e3089", -- pin it to last commit before regression change }, -- try to avoid putting files in util buffers, e.g. filetree, aerial, undotree, .. {