aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2021-06-27 21:50:07 +0200
committerCamil Staps2021-06-27 21:50:07 +0200
commitc3c680a11e811988cd23bb1ad18327a285228d51 (patch)
treecd7a868b2585553911ad47205c37f935862e373c
parentUse main by default in git (diff)
Fix ghci; use nvim
-rw-r--r--haskell/.ghci2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/.ghci b/haskell/.ghci
index 87436eb..67ed74e 100644
--- a/haskell/.ghci
+++ b/haskell/.ghci
@@ -1,6 +1,6 @@
:set -v0
:set -XNoMonomorphismRestriction
:set -Wall -fno-warn-name-shadowing -fno-warn-type-defaults
-:set editor vim
+:set editor nvim
:set prompt "λ. "