Skip to content

Commit

Permalink
Auto-start lsp for wgsl files
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Nov 26, 2023
1 parent d7dd829 commit 6e0f9bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -913,8 +913,11 @@ Used in Cucumber, Karate and more :) Useful to have for the situations where you

**** WGSL - WebGPU Shading Language
#+BEGIN_SRC emacs-lisp
(use-package wgsl-mode)
(use-package wgsl-mode
:hook
((wgsl-mode . lsp)))
#+END_SRC

*** git and project handling
This is almost a reason to use Emacs by itself! Magit is the best way to experience git in my view. Simple and quick to use, together with its connection with git-gutter-fringe makes it super awesome!

Expand Down

0 comments on commit 6e0f9bc

Please sign in to comment.