deadcolumn.nvim icon indicating copy to clipboard operation
deadcolumn.nvim copied to clipboard

A neovim plugin that shows colorcolumn dynamically

Results 4 deadcolumn.nvim issues
Sort by recently updated
recently updated
newest added

This is a workaround for the error "E976: using Blob as a String" on strdisplaywidth.

Was previously using this: https://github.com/xiyaowong/virtcolumn.nvim?tab=readme-ov-file Just tested it and it seems to override the functionality of this plugin. Would be nice if we can combine the two or get such...

:robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/Bekaboo/deadcolumn.nvim/compare/v1.0.2...v2.0.0) (2025-09-04) ### ⚠ BREAKING CHANGES * **configs:** don't enable in command and terminal mode * **configs:** decrease threshold to...

autorelease: pending

The color blending does not seem to work after exceeding colorcolumn. This is a part of my config. I installed it using vim-plug. ``` require('deadcolumn').setup({ blending = { threshold =...