Although not a necessity, and really up to personal preference, I really found rainbow parentheses to be really helpful when editing scheme.

https://github.com/kien/rainbow_parentheses.vim

Which I then configured as follows in my vimrc:

au Syntax * RainbowParenthesesLoadRound
map <leader>r :RainbowParenthesesToggleAll<CR>
au FileType lisp,scheme :RainbowParenthesesToggleAll<CR>

On 14/10/12 05:02 PM, Danny Gratzer wrote:
Hello,

I have just started learning some scheme and was wondering if anyone
would mind sharing their plugins/setup for working with Lisp in Vim.

I know Emacs has good support, but I really would prefer to stick with
Vim if possible.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to