commit | 2e80a196bb0e56d9f6757ca178c79bdee02d7fc7 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jun 15 14:23:01 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Jun 15 14:23:01 2022 +0100 |
tree | d6b493a48d7085fc774d89a815d007cdf35e2868 | |
parent | e90490607bd00114e8d6681d1a6afc3139c372af [diff] |
Enable line numbers and wrapping in vi
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix index 14a5d34..f15342c 100644 --- a/src/apps/personal/vim.nix +++ b/src/apps/personal/vim.nix
@@ -12,6 +12,8 @@ vimdiffAlias = true; extraConfig = '' set whichwrap=b,s,<,>,[,] + set wrap + set number ''; plugins = [ pkgs.vimPlugins.vim-nix