https://github.com/liquidz/vim-clj-buffer
Usable buffer for clojure development in Vim
https://github.com/liquidz/vim-clj-buffer
clojure vim
Last synced: 11 months ago
JSON representation
Usable buffer for clojure development in Vim
- Host: GitHub
- URL: https://github.com/liquidz/vim-clj-buffer
- Owner: liquidz
- License: mit
- Created: 2017-09-04T09:03:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T08:57:09.000Z (over 8 years ago)
- Last Synced: 2024-12-31T13:43:48.450Z (about 1 year ago)
- Topics: clojure, vim
- Language: Vim script
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-clj-buffer
Buffer for clojure development.
## Requirements
* vim-fireplace
* https://github.com/tpope/vim-fireplace
* vim-sexp (OPTIONAL)
* https://github.com/guns/vim-sexp
## Installation
* vim-plug
```
Plug 'tpope/vim-fireplace', {'for': 'clojure'}
Plug 'liquidz/vim-clj-buffer', {'for': 'clojure'}
```
## License
Copyright (c) 2017 [uochan](http://twitter.com/uochan)
Distributed under the MIT License.