feat: add haskell support
This commit is contained in:
parent
aa483cc8a8
commit
8b994cabe4
2 changed files with 4 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -101,11 +101,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734119587,
|
"lastModified": 1734424634,
|
||||||
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
|
"narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
|
"rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
1
nvf.nix
1
nvf.nix
|
@ -51,6 +51,7 @@ in {
|
||||||
lua.enable = true;
|
lua.enable = true;
|
||||||
ts.enable = true;
|
ts.enable = true;
|
||||||
go.enable = true;
|
go.enable = true;
|
||||||
|
haskell.enable = true;
|
||||||
};
|
};
|
||||||
visuals = {
|
visuals = {
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue