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.
This commit is contained in:
Marty Oehme 2023-10-05 18:19:20 +02:00
parent 0acfe2d5d0
commit 29ff9db62b
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 0 deletions

View File

@ -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, ..
{