sloth-flake.nvim/shell.nix

14 lines
137 B
Nix

{
pkgs,
nil,
...
}:
with pkgs;
mkShell {
buildInputs = [
neovim
nil
sumneko-lua-language-server
];
}