commit | 5f20cf29ae25856251fe2d3861e967a476cd5115 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Aug 04 21:59:38 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Aug 04 21:59:38 2022 +0100 |
tree | 4cfb6f6c6a141c4d4a69b635fa1f79879362a834 | |
parent | 0325df97ebf348e112476b93677559aac90cb1dc [diff] [blame] |
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')