Remove colorcolumn
and cursorline
This commit is contained in:
parent
3afe1bd12b
commit
2278577dc3
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 25th February 2024
|
||||||
|
|
||||||
|
* Remove `colorcolumn` and `cursorline`.
|
||||||
|
|
||||||
## 24th February 2024
|
## 24th February 2024
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -130,9 +130,7 @@ local function set_vim_o()
|
||||||
autoindent = true,
|
autoindent = true,
|
||||||
backup = false,
|
backup = false,
|
||||||
breakindent = true,
|
breakindent = true,
|
||||||
colorcolumn = "80",
|
|
||||||
conceallevel = 0,
|
conceallevel = 0,
|
||||||
cursorline = true,
|
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
foldlevel = 1,
|
foldlevel = 1,
|
||||||
foldlevelstart = 99,
|
foldlevelstart = 99,
|
||||||
|
|
Reference in a new issue