mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 18:16:26 +00:00
Pin trouble to stable major versions
This commit is contained in:
parent
e6b2f2bf86
commit
17c3e9b5b7
@ -270,12 +270,11 @@ use({
|
||||
})
|
||||
|
||||
-- Better display of lsp diagnostics
|
||||
-- TODO: Pin < 0.7 version
|
||||
use({
|
||||
"folke/trouble.nvim",
|
||||
tag = utils.map_version_rule({
|
||||
[">=0.7.2"] = "stable",
|
||||
["<0.7.2"] = "v1.0.2",
|
||||
[">=0.7.2"] = "v2.*",
|
||||
["<0.7.2"] = "v1.*",
|
||||
}),
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user