Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 481 Bytes

File metadata and controls

21 lines (15 loc) · 481 Bytes

UTILS

  • INIT
modules["nvim-lua/plenary.nvim"] = {
    commit = funcs.get_commit("plenary.nvim", plugins_snapshot),
}
  • INIT
modules["lewis6991/impatient.nvim"] = {
    commit = funcs.get_commit("impatient.nvim", plugins_snapshot),
}