diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -398,3 +398,6 @@ augroup textfiles autocmd filetype markdown setlocal spell spelllang=en augroup end " }}} +" Read man pages in vim {{{ +runtime! ftplugin/man.vim +" }}} |