Show surrounding lines in vim
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index c961cd2..2c1751c 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -22,6 +22,7 @@
       set splitbelow
       set clipboard=unnamedplus
       set smartcase
+      set scrolloff=5
       colorscheme onehalfdark
 
       if exists('+termguicolors')