diff options
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index cf8f86be..e3a613cb 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -7,6 +7,7 @@ USER = vim.fn.expand "$USER" O = { leader_key = "space", colorscheme = "spacegray", + line_wrap_cursor_movement = true, transparent_window = false, format_on_save = true, vnsip_dir = vim.fn.stdpath "config" .. "/snippets", |