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 type checks. Solution: add lua-language-server to the devShell packages.
This commit is contained in:
parent
dfebc68a1f
commit
ebc65d1f8e
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
pkgs.prettier
|
||||
pkgs.stylua
|
||||
pkgs.selene
|
||||
pkgs.lua-language-server
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue