Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexherbo2/auto-pairs.kak
Auto-pairing of characters for Kakoune
https://github.com/alexherbo2/auto-pairs.kak
kakoune plugin
Last synced: 3 months ago
JSON representation
Auto-pairing of characters for Kakoune
- Host: GitHub
- URL: https://github.com/alexherbo2/auto-pairs.kak
- Owner: alexherbo2
- Created: 2017-06-24T12:56:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T13:24:35.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:20:18.753Z (6 months ago)
- Topics: kakoune, plugin
- Language: KakouneScript
- Homepage: https://kakoune.org
- Size: 1.54 MB
- Stars: 73
- Watchers: 3
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
Awesome Lists containing this project
README
# auto-pairs.kak
###### [Documentation] | [Source]
[Source]: rc/auto-pairs.kak
[Documentation]: docs/auto-pairs.asciidocAuto-pairing of characters for [Kakoune].
Heavily based on [Visual Studio Code].
[Kakoune]: https://kakoune.org
[Visual Studio Code]: https://code.visualstudio.com## Installation
``` sh
git clone https://github.com/alexherbo2/auto-pairs.kak ~/.config/kak/autoload/auto-pairs
```