mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 18:25:57 +01:00
Merge pull request #131 from jacekpoz/main
fix: actually set scrollOffset
This commit is contained in:
commit
65ab9f4590
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ in {
|
|||
set tm=${toString cfg.mapTimeout}
|
||||
set hidden
|
||||
set cursorlineopt=${toString cfg.cursorlineOpt}
|
||||
set scrolloff=${toString cfg.scrollOffset}
|
||||
|
||||
${optionalString cfg.splitBelow ''
|
||||
set splitbelow
|
||||
|
|
Loading…
Reference in a new issue