From 2dfc7c657ed2b29d20af6261efbd86d7517c1437 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 22 Apr 2024 13:40:04 +0200 Subject: [PATCH] nvim: Remove cursorline --- tree/.config/nvim/lua/opts.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/tree/.config/nvim/lua/opts.lua b/tree/.config/nvim/lua/opts.lua index cb15cf6..ccf6c37 100644 --- a/tree/.config/nvim/lua/opts.lua +++ b/tree/.config/nvim/lua/opts.lua @@ -9,7 +9,6 @@ opt.number = true -- bool: Show line numbers opt.relativenumber = true -- bool: Show relative line numbers opt.scrolloff = 10 -- int: Min num lines of context opt.signcolumn = "yes" -- str: Show the sign column -opt.cursorline = true -- bool: Highlight the cursor line -- [[ Filetypes ]] opt.encoding = 'utf8' -- str: String encoding to use