mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
9 lines
237 B
EmacsLisp
9 lines
237 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/csharp/packages.el
|
|
|
|
(package! csharp-mode :pin "57bd21bda4")
|
|
(unless (featurep! +lsp)
|
|
(package! omnisharp :pin "e658a18a76"))
|
|
(when (featurep! +unity)
|
|
(package! shader-mode :pin "d7dc8d0d6f"))
|