haskell linter
parent
5ec54fbaec
commit
4907420959
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ black jq sqlfluff nixfmt shfmt ];
|
||||
home.packages = with pkgs; [ black jq sqlfluff nixfmt shfmt hlint ];
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
|
|
Loading…
Reference in New Issue