feat: add more virt columns

This commit is contained in:
Nydragon 2024-08-28 01:47:36 +02:00
parent 3b3c611c32
commit b94f334e31
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -40,12 +40,6 @@ require("lazy").setup({
},
},
},
{
"andrewferrier/wrapping.nvim",
config = function()
require("wrapping").setup()
end,
},
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
@ -270,7 +264,8 @@ require("lazy").setup({
-- thin bar indicating an arbitray character limit
"lukas-reineke/virt-column.nvim",
opts = {
virtcolumn = "120",
virtcolumn = "120,100,80",
char = "",
exclude = {
buftypes = {},
},