dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit f145830294a962eb2d7596175749c3c763e95f64 (patch)
parent 203be78c542ffdf6d483d71fdbfc20fa34e5f35f
Author: Alexander Karle <akarle@umass.edu>
Date:   Sun,  7 Oct 2018 18:16:25 -0400

vim: Add modeline to vimrc

Not my bag, but would help those who do use them!

Diffstat:
Mvim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -202,3 +202,5 @@ nnoremap <leader>g :exe "grep " . substitute(expand('<cword>'), '#', '\\#', 'g') " Toggle whitespace nnoremap <leader>w :set list!<CR> " }}} + +" vim:fdm=marker:sts=4:sw=4