Skip to content

Commit

Permalink
fix(neodim): pin to v2.0 (#1003)
Browse files Browse the repository at this point in the history
Neodim's recent updates introduced/utilized some of `nvim 0.10`'s APIs,
which might be a source of trouble for nvim 0.9.*, so IMO we'd better
pin `neodim` to v2.0 to avoid potential issues :D
  • Loading branch information
Jint-lzxy authored Sep 21, 2023
1 parent 5310b26 commit f9ad3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ui["nvim-lualine/lualine.nvim"] = {
}
ui["zbirenbaum/neodim"] = {
lazy = true,
commit = "9477da0",
event = "LspAttach",
config = require("ui.neodim"),
}
Expand Down

0 comments on commit f9ad3d7

Please sign in to comment.