From a407a9bda100d57e33db77ebe4402bcda00ccb51 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sun, 9 Jan 2022 22:29:04 +0000
Subject: [PATCH] chore(nvim): enable `cursorline`

---
 roles/neovim/files/lua/opdavies/options.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/neovim/files/lua/opdavies/options.lua b/roles/neovim/files/lua/opdavies/options.lua
index c6c0a7fc..935e400d 100644
--- a/roles/neovim/files/lua/opdavies/options.lua
+++ b/roles/neovim/files/lua/opdavies/options.lua
@@ -68,6 +68,7 @@ local function set_vim_o()
     autoindent = true,
     breakindent = true,
     conceallevel = 0,
+    cursorline = true,
     expandtab = true,
     foldlevel = 1,
     foldlevelstart = 1,