added absolute line number for current line :3
This commit is contained in:
parent
ffc65678ea
commit
dce5deac43
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ vim.g.mapleader = " "
|
|||
|
||||
vim.opt.termguicolors = true -- use terminal colors
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.number = true
|
||||
vim.opt.wrap = false
|
||||
vim.opt.colorcolumn = "80"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue