" Racket related config " Last Changed: 2019-07-18 " Author: Federico Igne <> " License: This file is placed in the public domain. if get(g:,'loaded_slime',0) " Use SLIME plugin to load the current file into the REPL " NOTE: this only works if the REPL cwd and the file directory are " the same (passing an absolute path does not work). nnoremap cr :call slime#send("(enter! \"" . expand("%:t") . "\")\r") endif