Remove colorcolumn and cursorline

This commit is contained in:
Oliver Davies 2024-02-26 00:36:34 +00:00
parent 3afe1bd12b
commit 2278577dc3
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 25th February 2024
* Remove `colorcolumn` and `cursorline`.
## 24th February 2024
### Added

View file

@ -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,