Skip to content

Commit

Permalink
Merge pull request #17 from solidsnakedev/mac
Browse files Browse the repository at this point in the history
Mac
  • Loading branch information
solidsnakedev authored Nov 23, 2023
2 parents 41327bc + d37003a commit ca7cbb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home-manager/mac/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
gnumake
bore-cli
magic-wormhole-rs
commitizen
convco
];


Expand Down
2 changes: 2 additions & 0 deletions home-manager/mac/local-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ in
"diagnostic.warningSign" = "∆";
"hover.floatConfig.border" = true;
"hover.floatConfig.rounded" = true;
"tsserver.useLocalTsdk" = true;
"tsserver.tsdk"= "$./node_modules/typescript/lib";
languageserver = {
haskell = {
command = "haskell-language-server";
Expand Down

0 comments on commit ca7cbb4

Please sign in to comment.