summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua
new file mode 100644
index 0000000..cadc77c
--- /dev/null
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua
@@ -0,0 +1,17 @@
+return {
+ "lukas-reineke/virt-column.nvim",
+ opts = {
+ -- char = "|",
+ -- char = "",
+ -- char = "┇",
+ -- char = "║",
+ -- char = "∶",
+ -- char = "∷",
+ char = "⋮",
+ -- char = "",
+ -- char = "󰇙",
+ -- char = "",
+ -- char = "󰮾",
+ virtcolumn = "80",
+ },
+}