We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcffe9 commit 79472dbCopy full SHA for 79472db
dots/emacs/spacemacs.d/init.el
@@ -294,7 +294,15 @@ This function should only modify configuration layer settings."
294
;; :repo "kassick/lsp-inline-completions"
295
;; :files ("*.el"))))
296
;; (lsp-mode :location ,(expand-file-name "~/Sources/user/lsp-mode"))
297
- ;; (lsp-mode :location (recipe :fetcher github :repo "kassick/lsp-mode") :min-version "1")
+ ;;
298
+ ;; While my MRs fixing inline
299
+ ;; completions and copilot are not
300
+ ;; merged, use my fork
301
+ (lsp-mode :location (recipe :fetcher github
302
+ :repo "kassick/lsp-mode"
303
+ :branch "runtime-merging-wips"
304
+ :files ("*.el" "clients/*.el"))
305
+ :min-version "1")
306
)
307
308
;; A list of packages that cannot be updated.
0 commit comments