diff options
author | Camil Staps | 2017-01-05 23:12:28 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-05 23:12:28 +0100 |
commit | 1af87a51f110450ec253deaf77cbb59dad453301 (patch) | |
tree | e9bef306fa516187d9cb5f1ce96d40a89cec17d6 /haskell | |
parent | Don't pad day of month in status bar (diff) |
GHCi editor
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/ghci.symlink | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell/ghci.symlink b/haskell/ghci.symlink index 2622132..e5bf06f 100644 --- a/haskell/ghci.symlink +++ b/haskell/ghci.symlink @@ -1,6 +1,7 @@ :set -v0 :set -XNoMonomorphismRestriction :set -Wall -fno-warn-name-shadowing -fno-warn-type-defaults +:set editor vim import qualified IPPrint import qualified Language.Haskell.HsColour as HsColour |