A simple lisp to run vim for editing lsp files:
- (defun olsp(fname) (startapp "C:\\Program Files (x86)\\Vim\\vim73\\gvim.exe" (strcat """ (findfile fname) """))) (princ))
Usage:
- (olsp "your-lisp-file-name")
Path C:\\Program Files (x86)\\Vim\\vim73\\gvim.exe should obviously point to vim/gvim/other editor |