aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 328c859..140e94e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -398,3 +398,6 @@ augroup textfiles
autocmd filetype markdown setlocal spell spelllang=en
augroup end
" }}}
+" Read man pages in vim {{{
+runtime! ftplugin/man.vim
+" }}}