Skip to content

emezeske/paredit.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

NOTICE: DO NOT USE THIS REPOSITORY. THE UPSTREAM MAINTAINERS NOW PROVIDE THIS PLUGIN. THIS PROJECT IS DEPRECATED.

Overview

This is a version of slimv for Vim with everything removed except the excellent paredit mode. This allows it to be used with VimClojure, which I personally find more useful than slimv.

Changes Specific to This Fork

I found it difficult to use paredit mode with paren-balancing enabled for the "change" action (e.g. commands starting with c). The change action would succeed, but subsequently repeating it with the . command would fail. Thus, I disabled paren-balancing for change actions.

If you want to re-enable it, search the paredit.vim source for FIXME: PareditChange, and you'll find all the code that I've disabled. Uncomment it to taste.

About

Fork of slimv that only contains paredit.vim so that it may be used with VimClojure

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%