nvim: fix color column configuration

This commit is contained in:
Primrose 2025-07-09 09:54:07 +02:00
parent 22e1b7bf92
commit 841d371dd0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,3 @@
vim.bo.shiftwidth = 2
vim.bo.tabstop = 2
vim.bo.textwidth = 100
vim.wo.colorcolumn = "100"

View file

@ -1,4 +1,3 @@
vim.bo.shiftwidth = 2
vim.bo.tabstop = 2
vim.bo.textwidth = 100
vim.wo.colorcolumn = "100"