nvim.config/default.nix

5 lines
103 B
Nix

{ pkgs ? import <nixpkgs> {} }: with pkgs;
mkShell {
buildInputs = [ lua-language-server stylua ];
}