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

A Neovim plugin hiding your colorcolumn when unneeded.

Results 5 smartcolumn.nvim issues
Sort by recently updated
recently updated
newest added

how to reproduce: 1. install trouble 2. type any problematic code in the editor and make the error text show 3. if the virtual text it shows excludes the column...

On a ~3 MB file with about 35,000 lines neovim becomes very slow while moving around the file. I suppose it's due to these events `update` function gets triggered and...

It would be nice if setting `colorcolumn=false` or `colorcolumn={}` would allow me to specify *only* columns for the those in `custom_colorcolumn` Example from my dotfiles: https://github.com/KyleKing/nvim/commit/6eeab6a92827481eaaecd12b24f544c8fe198611#diff-6440fc418c30973e4f616e94d3cd5df3745402b48c2cfbf7ec7df6857f795cc2 I set the value...

Might resolve #26, certainly helps a lot

Thanks for the great plugin! It would be great to have a "toggle" action exposed e.g. for mappings.