LSP Clients for ShaderLab
lsp-mode
client leveraging shader-language-server.
(use-package lsp-shader
:ensure t
:hook (text-mode . (lambda ()
(require lsp-shader)
(lsp)))) ; or lsp-deferred
lsp-shader
supports following configuration. Each configuration is described
in detailed in shader-ls Settings.
ShaderLab.CompletionWord
via lsp-shader-completion-word
If you would like to contribute to this project, you may either clone or make pull requests to this repository. Or you can clone the project and establish your branch of this tool. Any methods are welcome!