mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
languages/wgsl: make server name match package and binary name
This commit is contained in:
parent
08991be77a
commit
56dc23222f
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
|||
|
||||
cfg = config.vim.languages.wgsl;
|
||||
|
||||
defaultServers = ["wgsl_analyzer"];
|
||||
defaultServers = ["wgsl-analyzer"];
|
||||
servers = {
|
||||
wgsl_analyzer = {
|
||||
wgsl-analyzer = {
|
||||
enable = true;
|
||||
cmd = [(getExe pkgs.wgsl-analyzer)];
|
||||
filetypes = ["wgsl"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue