diff options
author | Ben Sima <ben@bsima.me> | 2021-01-08 19:53:26 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-08 19:53:35 -0500 |
commit | 4bd0ba3cf57f450f3d3813eba19989bb99bcb036 (patch) | |
tree | 4d78fa196611f74afd2be6410f3a26d8c41008fd /lib/vimrc | |
parent | 99b7ea2a85590d5bb497090de09ac6dd15fff6cf (diff) |
vim: load local vimrc
Diffstat (limited to 'lib/vimrc')
-rw-r--r-- | lib/vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,9 +22,6 @@ set textwidth=80 " Line wrap (number of cols) set visualbell " Use visual bell (no beeping) set wildmenu " Helpful completion menu -set exrc -set secure - " Strings to use in 'list' mode and for the :list command set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ |