From 2278577dc339a6725e41f154153634e5453bfdad Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 26 Feb 2024 00:36:34 +0000 Subject: [PATCH] Remove `colorcolumn` and `cursorline` --- CHANGELOG.md | 4 ++++ lua/opdavies/options.lua | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef121d..8496f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 25th February 2024 + +* Remove `colorcolumn` and `cursorline`. + ## 24th February 2024 ### Added diff --git a/lua/opdavies/options.lua b/lua/opdavies/options.lua index 8745a71..4919a4d 100644 --- a/lua/opdavies/options.lua +++ b/lua/opdavies/options.lua @@ -130,9 +130,7 @@ local function set_vim_o() autoindent = true, backup = false, breakindent = true, - colorcolumn = "80", conceallevel = 0, - cursorline = true, expandtab = true, foldlevel = 1, foldlevelstart = 99,