Remove colorcolumn
and cursorline
This commit is contained in:
parent
3afe1bd12b
commit
2278577dc3
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 25th February 2024
|
||||
|
||||
* Remove `colorcolumn` and `cursorline`.
|
||||
|
||||
## 24th February 2024
|
||||
|
||||
### Added
|
||||
|
|
|
@ -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,
|
||||
|
|
Reference in a new issue