virt-column.nvim VS material.nvim

Compare virt-column.nvim vs material.nvim and see what are their differences.

virt-column.nvim

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

material.nvim

:trident: Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins (by marko-cerovac)
InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
virt-column.nvim material.nvim
6 26
204 919
- -
5.1 7.9
6 months ago 4 days ago
Lua Lua
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

virt-column.nvim

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

material.nvim

Posts with mentions or reviews of material.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-16.

What are some alternatives?

When comparing virt-column.nvim and material.nvim you can also consider the following projects:

focus.nvim - Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!

tokyodark.nvim - A clean dark theme written in lua for neovim.

nvim-treesitter-context - Show code context

papercolor-theme - :art: Light & Dark Vim color schemes inspired by Google's Material Design

vim-test - Run your tests at the speed of thought

onedark.vim - A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.

format.nvim - A wrapper around Neovims native LSP formatting. [Moved to: https://github.com/lukas-reineke/lsp-format.nvim]

nerd-fonts - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more

headlines.nvim - This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.

neovim-ayu - Ayu theme for Neovim.

feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua

Zenburn - Zenburn is a low-contrast color scheme for Vim.