Black and White

This commit is contained in:
Marco Thomas
2021-12-28 14:29:51 +01:00
parent 96732585f5
commit 68b1c4c0bc
8 changed files with 312 additions and 54 deletions

View File

@@ -568,7 +568,8 @@
(rust-mode . lsp)
(java-mode . lsp)
(python-mode . lsp)
(haskell-mode . lsp))
(haskell-mode . lsp)
(c++-mode . lsp))
;; Tags (search e.g. for structs)
(use-package lsp-ivy
@@ -633,7 +634,7 @@
(use-package yasnippet-snippets
:straight (yasnippet-snippets :type git :host github :repo "AndreaCrotti/yasnippet-snippets"
:fork (:host github
:repo "crammk/yasnippet-snippets"))
:repo "marcothms/yasnippet-snippets"))
:after yasnippet)
;; Compilation for lsp
@@ -668,7 +669,7 @@
;; WebGpuShaderLanguage
(use-package wgsl-mode
:straight (wgsl-mode :type git :host github :repo "CramMK/wgsl-mode")
:straight (wgsl-mode :type git :host github :repo "marcothms/wgsl-mode")
:mode ("\\.wgsl\\'" . wgsl-mode))
;; Java