virt-column.nvim

Display a character as the colorcolumn (by lukas-reineke)

Virt-column.nvim Alternatives

Similar projects and alternatives to virt-column.nvim

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better virt-column.nvim alternative or higher similarity.

virt-column.nvim reviews and mentions

Posts with mentions or reviews of virt-column.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-05.
  • Transparent ColorColumns
    1 project | /r/neovim | 23 May 2023
  • Is it possible to have the cursorline only up to max(cursorcolumn, line_length)?
    1 project | /r/neovim | 5 Apr 2023
    local set_local_colorcolumn = function(c) vim.api.nvim_set_option_value("colorcolumn", c, { scope = "local" }) end local vc_status, vc = pcall(require, "virt-column") if vc_status then -- Disable the default colorcolumn and use virtcolumn, so that we get a -- cursorline background under the colorcolumn. -- https://github.com/lukas-reineke/virt-column.nvim/issues/26 set_local_colorcolumn("") vc.setup({ virtcolumn = col }) vim.api.nvim_cmd({ cmd = "VirtColumnRefresh" }, {}) else set_local_colorcolumn(col) end
  • Is there a visual margin plugin for neovim?
    2 projects | /r/neovim | 5 Mar 2023
    And if you want a thin line instead of the default colorcolumn, have a look at https://github.com/lukas-reineke/virt-column.nvim
  • FAVOURITE PLUGINS
    49 projects | /r/neovim | 3 Feb 2022
    virt-column.nvim: displays a character as the colorcolumn, neovim colorcolumn is too thick because it just colors the column bg and it's very distracting, this is more minimal and doesn't get in the way
  • virtual text colorcolumn
    2 projects | /r/neovim | 25 Nov 2021
    I've opened an issue: https://github.com/lukas-reineke/virt-column.nvim/issues/2
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic virt-column.nvim repo stats
6
206
5.1
5 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com