https://github.com/daiki48/dnp-brackets.vim
A plugin that completes parentheses system.
https://github.com/daiki48/dnp-brackets.vim
vim-denops
Last synced: 2 months ago
JSON representation
A plugin that completes parentheses system.
- Host: GitHub
- URL: https://github.com/daiki48/dnp-brackets.vim
- Owner: Daiki48
- License: mit
- Created: 2023-11-29T15:29:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T16:17:52.000Z (over 1 year ago)
- Last Synced: 2025-02-06T22:31:52.202Z (4 months ago)
- Topics: vim-denops
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brackets completion
# Dependence
- Deno
- denops.vim# Usage
## Step1
```html
{
```## Step2
The cursor exists between the parentheses.
```html
{|}
```# Supported bracket types
- {}
- []
- ()# LICENSE
MIT