feat: add more virt columns
This commit is contained in:
parent
3b3c611c32
commit
b94f334e31
1 changed files with 2 additions and 7 deletions
|
@ -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 = {},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue