deadcolumn.nvim
deadcolumn.nvim copied to clipboard
A neovim plugin that shows colorcolumn dynamically
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...
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 =...