diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 0830fb4638..7b8170094e 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -556,6 +556,13 @@ return { defaults={if_true={vi=false}} }, { + full_name='cursorlineopt', abbreviation='culopt', + short_desc=N_("settings for 'cursorline'"), + type='string', scope={'window'}, + redraw={'current_window_only'}, + defaults={if_true={vi="both"}} + }, + { full_name='debug', short_desc=N_("to \"msg\" to see all error messages"), type='string', scope={'global'}, |