mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Add colorcolumn option for those who don't use indent line (#814)
* Add colorcolumn option for those who don't use indent line * Moved comment to appropriate place
This commit is contained in:
parent
8717f4f9a9
commit
6136477827
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ O = {
|
|||
format_on_save = true,
|
||||
auto_close_tree = 0,
|
||||
auto_complete = true,
|
||||
colorcolumn = "99999", -- fixes indentline for now
|
||||
colorscheme = "spacegray",
|
||||
clipboard = "unnamedplus",
|
||||
hidden_files = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue