Added cursorline and cursorcolumn to opts
This commit is contained in:
@@ -4,10 +4,13 @@ local opt = vim.opt
|
||||
local cmd = vim.cmd
|
||||
|
||||
local colorscheme = "tokyonight"
|
||||
|
||||
cmd("colorscheme " .. colorscheme)
|
||||
|
||||
g.mapleader = " "
|
||||
g.maplocalleader = "."
|
||||
|
||||
opt.cursorline = true
|
||||
opt.cursorcolumn = true
|
||||
|
||||
opt.nu = true
|
||||
opt.relativenumber = true
|
||||
|
||||
Reference in New Issue
Block a user