b09acbe75718c1db57013306e029554046ff8a96feb0b0a6deb8bf3878b5651c

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 767

Preview (limited to 512 bytes)

"\" Add the following to your .vimrc to automatically load this on startup\n\n\" if filereadable(\".vim.custom\")\n\" so .vim.custom\n\" endif\n\nfunction StripTrailingWhitespace()\n let myline=line(\".\")\n let mycolumn = col(\".\")\n silent %s/ *$//\n call cursor(myline, mycolumn)\nendfunction\n\n\" enable syntax highlighting\nsyntax on\n\n\" search for the tags file anywhere between here and /\nset tags=TAGS;/\n\n\" highlight tabs and trailing spaces\nset listchars=tab:\226\128\151\226\128\151,trail:\226\128\151\nset list\n\n\" f2 runs hasktags\nmap <F2> :exec"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete