From b94f334e316b8915473603eec38697264837c178 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 28 Aug 2024 01:47:36 +0200 Subject: [PATCH] feat: add more virt columns --- lua/plugins.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index b472eea..bd1cf55 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 = {}, },