From a407a9bda100d57e33db77ebe4402bcda00ccb51 Mon Sep 17 00:00:00 2001 From: Oliver Davies 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 c6c0a7f..935e400 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,