diff options
| author | UltimateOmega <[email protected]> | 2021-07-15 15:41:59 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-15 11:11:59 +0000 | 
| commit | b309c499811cff741cb34f8654aab630d6a9aecd (patch) | |
| tree | 1a5f0de0afcddca6f39bbf6c3bb6f09c2239fedc | |
| parent | 2d9fa523c9f7bde60580f147ab19041b1722ce20 (diff) | |
[DEFAULT-CONFIG] Add sidescrolloff (#963)
| -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 edba0c72..b8a99351 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -53,6 +53,7 @@ O = {      spell = false,      spelllang = "en",      scrolloff = 8, -- is one of my fav +    sidescrolloff = 8,    },    plugin = {}, | 
