build(flake): add lua-language-server to devShell
Problem: lua-language-server is not available in the dev shell, making it impossible to run local diagnostics checks. Solution: add pkgs.lua-language-server to the devShell packages.
This commit is contained in:
parent
7d35b23ba0
commit
92d00b66fc
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
pkgs.prettier
|
||||
pkgs.stylua
|
||||
pkgs.selene
|
||||
pkgs.lua-language-server
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue