mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11:03 +00:00
Column color
This commit is contained in:
parent
4a59c83ba1
commit
af400db6c8
1 changed files with 1 additions and 0 deletions
|
|
@ -6,3 +6,4 @@ vim.g.swap = false
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
|
|
||||||
opt.relativenumber = false
|
opt.relativenumber = false
|
||||||
|
opt.colorcolumn = "100"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue