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,