summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
commit58b470132119f01883ef68411adf62f65d91a0e9 (patch)
tree307fbb954892feeea35e6fe343032e59893df714 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua
parent7abaacdd7b7ebadaa6833c200eead4e84cb236d8 (diff)
updates
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",
+ },
+}