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:
parent
0acfe2d5d0
commit
29ff9db62b
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
dependencies = { "rktjmp/fwatch.nvim" },
|
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, ..
|
-- try to avoid putting files in util buffers, e.g. filetree, aerial, undotree, ..
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue