-
-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(zen-mode-nvim): add integration with vim-matchup if enabled #485
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
@Subjective Could you add some info about the integrations in the readme? Else, it looks good to me :) |
@Uzaaft done :) |
* feat(zen-mode-nvim): add integration with vim-matchup if enabled * docs(zen-mode-nvim): update README
* feat(zen-mode-nvim): add integration with vim-matchup if enabled * docs(zen-mode-nvim): update README
* feat(zen-mode-nvim): add integration with vim-matchup if enabled * docs(zen-mode-nvim): update README
* feat(zen-mode-nvim): add integration with vim-matchup if enabled * docs(zen-mode-nvim): update README
* feat(zen-mode-nvim): add integration with vim-matchup if enabled * docs(zen-mode-nvim): update README
This fixes an assortment of weird visual bugs when using vim-matchup in zen-mode:
![image](https://private-user-images.githubusercontent.com/56745535/256959132-d09cc445-c006-491d-a927-09fa65b0670b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjU0NzksIm5iZiI6MTczODg2NTE3OSwicGF0aCI6Ii81Njc0NTUzNS8yNTY5NTkxMzItZDA5Y2M0NDUtYzAwNi00OTFkLWE5MjctMDlmYTY1YjA2NzBiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE4MDYxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFjMGVkYzJhOWI1M2I2OTY5ZTQ2ODBjNTE3ZmRiMDlkZjAzN2M2MjNkMDMxYmFhZTEwOGM3YmNmZGEyMDg1YTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WrQsnAQ7nw43gMjVn_ehyeHh1m3p2jzi504NXGti0Og)
![image](https://private-user-images.githubusercontent.com/56745535/256959129-eee571b1-f163-4a43-a618-33285ace542f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjU0NzksIm5iZiI6MTczODg2NTE3OSwicGF0aCI6Ii81Njc0NTUzNS8yNTY5NTkxMjktZWVlNTcxYjEtZjE2My00YTQzLWE2MTgtMzMyODVhY2U1NDJmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE4MDYxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAzMTliYzc0OGNmMTZhZGRlOWMxY2JmMWNmNDcwMDM4Njc3YjFhN2U0ZGUyMDJkMzFhNTJjMTY4ODZkMGY0ZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zzoc99gKxlhcVvUpw-Z_49zlMqUjH_Dt86gCK_Sw3MA)
Before:
After: