chore: enable cursorline
This commit is contained in:
parent
67dae409e7
commit
565488ffe1
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ vim.opt.softtabstop = 4
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
vim.opt.expandtab = false
|
vim.opt.expandtab = false
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
|
vim.opt.cursorline = true
|
||||||
|
|
||||||
vim.opt.wrap = false
|
vim.opt.wrap = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue