Enabled cursorcolumn, so I would get a cool code cross-hairs effect

pull/166/head
Kevin James Lausen 3 years ago
parent 0c8c6261a5
commit 11fb7c1bc9

@ -25,6 +25,7 @@ vim.opt.expandtab = true -- convert tabs to spaces
vim.opt.shiftwidth = 2 -- the number of spaces inserted for each indentation
vim.opt.tabstop = 2 -- insert 2 spaces for a tab
vim.opt.cursorline = true -- highlight the current line
vim.opt.cursorcolumn = true -- Enable a vertical column, that makes a code cross-hair on the current column.
vim.opt.number = true -- set numbered lines
vim.opt.relativenumber = true -- set relative numbered lines
vim.opt.numberwidth = 4 -- set number column width to 2 {default 4}

Loading…
Cancel
Save