Skip to content

Commit

Permalink
bump: :tools debugger lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner authored and Leo Okawa Ericson committed Oct 17, 2023
1 parent 47b7403 commit ad85627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/tools/debugger/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))

(when (modulep! +lsp)
(package! dap-mode :pin "450ef663a0e3333f515f974103d64fdc8e38ed5c")
(package! dap-mode :pin "de41d62fc4f94f61ffdf7713a043dca9c02297c8")
(package! posframe :pin "017deece88360c7297265680d78a0bb316470716"))
6 changes: 3 additions & 3 deletions modules/tools/lsp/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

(if (modulep! +eglot)
(progn
(package! eglot :pin "94e2d7460605b62b06695b9bb31b3e92fa876c34")
(package! eglot :pin "a399fc0d035833d93da5e6424674f0dbdd631fb0")
(when (modulep! :completion vertico)
(package! consult-eglot :pin "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
(when (and (modulep! :checkers syntax)
(not (modulep! :checkers syntax +flymake)))
(package! flycheck-eglot :pin "9ff8d0068be59b1450964b390349d75a68af21ed")))
(package! lsp-mode :pin "db0b3789b1d6a4b788e8cc37f8dbd45e2c592ad7")
(package! lsp-ui :pin "295d8984da06a745b0a36c56e28ce915bc389adb")
(package! lsp-mode :pin "0dfe2145734f91c79aa3bbe666327736982811d7")
(package! lsp-ui :pin "0dd39900c8ed8145d207985cb2f65cedd1ffb410")
(when (modulep! :completion ivy)
(package! lsp-ivy :pin "9ecf4dd9b1207109802bd1882aa621eb1c385106"))
(when (modulep! :completion helm)
Expand Down

0 comments on commit ad85627

Please sign in to comment.