chore: enable cursorline

This commit is contained in:
Simon Lasbrugnas 2024-09-10 16:41:10 +02:00
parent 67dae409e7
commit 565488ffe1
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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