diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-06 17:29:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-06 17:29:57 +0900 |
| commit | 58b470132119f01883ef68411adf62f65d91a0e9 (patch) | |
| tree | 307fbb954892feeea35e6fe343032e59893df714 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/virt-column.lua | |
| parent | 7abaacdd7b7ebadaa6833c200eead4e84cb236d8 (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.lua | 17 |
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", + }, +} |
