vlime icon indicating copy to clipboard operation
vlime copied to clipboard

A Common Lisp dev environment for Vim (and Neovim)

Results 40 vlime issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to skip the shebang line (if present) when loading the currently open file with `l`? If it's any help, slimv seems to do it like this:...

Paredit.vim `imap`s `` to provide its electric return functionality: https://github.com/kovisoft/paredit/blob/master/plugin/paredit.vim#L205-L208 Vlime currently also `imap`s `` to show the argument list of the function. It would be nice if Vlime could...

Hello... Which parts if vlim, if any, are CL-specific, as opposed to other dialect? I'd like to add vlim support to my own Lisp implementation. If I write a Swank...

### Setup Steps All steps mentioned in this issue were run on a Debian GNU/Linux 10.1 (buster). 1. Install Vlime and Paredit. ```shell git clone https://github.com/l04m33/vlime.git ~/.vim/bundle/vlime echo 'set runtimepath^=~/.vim/bundle/vlime/vim'...

; Set package: cl-user ~ ~ vlime | input | Vlime Connection 1 | Set package: 2,7 All Error detected while processing BufWinLeave Autocommands for "": E937: Attempt to delete...

I've installed Quicklisp and yet when I launch the server it's complaining that Quicklisp can't be found. ``` ➜ ls ~/quicklisp asdf.lisp client-info.sexp dists local-projects quicklisp setup.lisp tmp ➜ sbcl...

An error: `Illegal form for host name: #(127 0 0 1)` is raised while loading `start-vlime.lisp` in Allegro Common Lisp (`alisp`) via evaluating: `(load "start-vlime")` in the vlime directory. Version:...

I'm running Windows 10 and gVim 8.0 x64 and am installing vlime using vundle. Even `help vlime` does not work in the gvim client. However, in the terminal version of...

> let @" = '(swank:lookup-presented-object ' . p_coord['id'] . ')' This code does not take into consideration the case when the user has the following setting: > set clipboard^=unnamed,unnamedplus In...