Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedepujol/bracketpair.nvim
Colorized bracket scope in lua!
https://github.com/fedepujol/bracketpair.nvim
bracket-pair-colorizer lua neovim
Last synced: 26 days ago
JSON representation
Colorized bracket scope in lua!
- Host: GitHub
- URL: https://github.com/fedepujol/bracketpair.nvim
- Owner: fedepujol
- Created: 2022-09-22T12:43:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:33:37.000Z (8 months ago)
- Last Synced: 2024-03-18T17:07:27.677Z (8 months ago)
- Topics: bracket-pair-colorizer, lua, neovim
- Language: Lua
- Homepage:
- Size: 85.9 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bracketpair.nvim
Colorized the bracket scope in your code! _Loosely adaptation of [bracketpair](https://github.com/CoenraadS/BracketPair)_
## Disclaimer
This is a highly experimental plugin. Breaking changes could be implemented.
![bracket-guide](media/bracket_guide.gif)
## Requirements
- Terminal that fully supports **guisp** (like Wezterm or Kitty)
Or used a Front-End, like [Neovide](https://github.com/neovide/neovide)## Installation
- [packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use 'fedepujol/bracketpair.nvim'
```- [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'fedepujol/bracketpair.nvim'
```- [paq](https://github.com/savq/paq-nvim)
```lua
'fedepujol/bracketpair.nvim';
```## Mention
This plugin is based on [nvim-hlchunk](https://github.com/yaocccc/nvim-hlchunk).